This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Is capture with discrete sync possible through OMX?

Expert 2220 points
Other Parts Discussed in Thread: TVP7002

Hello I am wondering what set of parameters must be passed the HDVPSS core to not make it crash when embedded sync is disabled and some form of discrete sync is enabled. I have tried a variety of parameters and every time the  HDVPSS core crashed and prints out "Advanced Statistics". Looking back at the source code for the M3 i see that there is something equivalent to this:

if(discrete sync is used) {

    status =      doSpecialVPDMAinit()

    if(status== FAIL){

       printAdvancedStats();

       while(1);

    }

}

I am guessing this is still in the new M3 source.

What do i have to do to not make it crash here!?

Thanks,

Ben

Current EZSDK : 5.3

Trying to run: capture_encode omx demo