Hi,
I am a beginner about OpenMax.
Q1
I found in the OMX components, CTRL component is to configure external video decoder,
such as TVP7002, which is used in DM8168 EVM.
But now, we are designing a board using DM8168 and FPGA, without any external video decoder.
So, in this situation, does OpenMax still work in this board?
I mean, Can I capture images just using VFCC without CTRL components?
Q2
Another question.
I don't have 1080P or 720P video source, so I modified the capture_decode demo for 1080i capture,
followed this post http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/t/131887.aspx.
Thanks for Archith, It worked.
Now because I don't need encode in my program, so I delete the Encode and Display part in the demo.
And set 1 output port for dei comp to write images to files. Below is the source.
When I run it, Capture Component seems OK,
FillBufferDone callback function will be called, and EmptyBufferDone function for Dei component also be called after it.
But dei will never reach IL_ClientCbFillBufferDone callback function.
Can anyone help me with this problem?
Thank you.
Regards,
lei