Hi,
I am using EZSDK 5_02_01_59,
and I tested the capture_encode program in omx on board ti816x.
It worked OK a few days ago.
But now it failed when I called sendCommand to tvpHandle
/***********************************************************************************************/
eError =
OMX_SendCommand (pAppData->pTvpHandle, OMX_CommandStateSet,
OMX_StateIdle, NULL);
if (eError != OMX_ErrorNone)
{
printf ("Error in SendCommand()-OMX_StateIdle State set : %s \n",
IL_ClientErrorToStr (eError));
goto EXIT;
}
semp_pend (pAppData->capILComp->done_sem);