Hi all
I am a beginner about OpenMax,
I use EZSDK5.05 now,I want to receive orginal data from FPAG ouput.
FPAG send data formate: 422YUYV , 720*480 , progressive , input 8bit ,single input
vfcc setparam 422YUYV , 720*480 , progressive , input 8bit ,single input
Q1
FPGA send data :
send number of 720*2 0x2e
number of 720*2 0x30
..
..
Receive data :
number of 720 0x2e
number of 720 0x30
....
....
Receive function
omtbClient.c Func: OMTB_ClientEmptyBufferDone(): pBuffer->pBuffer
write pBuffer->pBuffer to file
Q2
FPGA send the same data
Recieve odd-numberedlines data,like compressed data
Recieve data():second frame
00 00 00 00 .......
22 22 22 22 .....
44 44 44 44....
I want FPGA output data , not the processed data.
What should I do.