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 agohave you done "helloworld" on NiosII?
just printf("hello from NiosII"); I meant that. for( loop = 0; loop < imagesize; loop++) { printf("%02x ",jpegimage[loop]); } this gives your memory image as hex-text-data.