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 thank you akira.
yes this a code this is i want to do. this is a question: //////////////////////// sample on Nios ////////////////////////////////////// fpw = open("sample.jpg","w"); write( imagedata, datasize, 1, fpw); close(fpw); i didn't find where i can create this file "sample.jpg" with NiosII. help me plz. thanks in advance.