Other Parts Discussed in Thread: TVP7002
Hi,
I am trying to run this demo : http://processors.wiki.ti.com/index.php/Latency_Measurement_on_Capture_Encode_Decode_Display_Demo
To run capture from HDMI via daughter board in EVM DM816x, but it fails in this command if configured to capture via SII9135 interface .
Following fails :
eError =
OMX_SendCommand (pAppData->pCapHandle, OMX_CommandStateSet,
OMX_StateIdle, NULL);
I saw in release notes following :
External video capture is only supported through the TVP7002 video decoder via I2C1.
Customers are required to maintain the same configuration on their boards. The EZSDK will
support additional capture devices in future releases. Customers will also be able to add capture
devices of their choice in future releases.
Does this mean that currently the HDMI capture form this port will not work ?
In the demo documents it stated that it works.
Please Advise