Hi
I am using DM648 EVM. this evm support NTSC input,output from camera to monitor.
I have tried image processing with this BT656 data. (rotate an image and 4 images into one frame 704 *480)
I still dont find any answer. could anyone know where can i find example to solve above problem?
My work flowchart is
1) ' get BT656 data from framepointer = (capChInfo[count].frame->frame.frameBufferPtr); '
2) put Ydata into Ybuffer, put CBdata into CBbuffer , put CRdata into CRbuffer. (Ybuffer, CBbuffer, CRbuffer are just variable)
3) change resolution, rearrange position of images.(several images into one buffer and make one frame)
4) display TV monitor
I did 1) and 2) section and tried to put '0' value to each Y,CB,CR buffer.
Actually It has to be nothing on the TV screen, However, it displays images just like normal.
What is the problem? I am desperate. please help me.