Hi all,
I am triying to modify the Encode Demo included in the DVSDK 2.10, using montavista Linux and the DM365 processor. To acces the frame data I modified the file Framecopy.c file in /home/jlopez/dvsdk_2_10_01_18/dmai_1_21_00_10/packages/ti/sdo/dmai.
The data I am using is in YUV420 semiplanar format which means that frame data in memory is ordered as follows: Y1,Y2,Y3,...Yn,CR1,CB2,CR2,CB2,..,CRn,CBn. To check I set to 0 all Cr,Cb data and I expected to get black&white video but what I've got instead is monochrome green video.
Any suggestions what could be wrong?
Thanks in advance
Jesus