Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Actually I have created qsys system and run hello world program on nios2. Now i want to read image in that helloworld.c file and apply some image processing algorithms on it so can you guide me how to read image in c file --- Quote End --- Look into the Altera HAL Host-based File System. Indirectly via the JTAG connection, you will be able to use <stdio.h> fopen() and fread() just like on a PC.