Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNiosII
hi I have a source code of compression vidéo (h.264 ,jpeg) how is exécutable in visual studio c++,my problem is how to implement this code in NiosII ,how to convert this source code in niosII. th...
Altera_Forum
Honored Contributor
13 years agohi,thanks Daixiwen,
i have a compression code and i want to test it.that's why i need to read the output file of this code which will create a new write file . JPG_filename="image.jpg" if((fp_jpeg_stream=fopen(JPG_filename,"w"))==NULL) { perror("Impossible to open write file"); exit(-2); } printf("file opened\n"); what shall make as a root to read this write file cause i always have this message " Impossible to open write file: no such device" thanhs..