I recently purchased C6748LCDK and started by running facedetect demo. Later ON, I modified the demo application to add NDK and other libraries. The objective is to develop a video application and send a live video stream over the network. I was able to connect to a remote PC and send raw YUV4:2:0 (320x240) video without any compression. That was a little difficult but works fine.
I added then the dm6446_h264enc_02_02_00_02 video codec with the idea of compressing video in H.264 format. After relatively long work hours, the program compiled without errors. I was able to send h.264 compressed video but the video image in the receiver side is Amorphous (can recognized any features on the original image). The strange thing is that the H.264 decoder on the receiver side does not crash. Everything received seems to be OK, the H.264 SPS, PPS and P-Frames are received fine. It seems that the video codec input image buffers are not set properly, but I have checked them several times.
Can you please help?
I am using CCS6.1, dm6446_h264enc_02_02_00_02,bios_6_33_01_25, framework_component_3_20_02_29, xdctools_3_23_00_32
Thanks,
Scutum