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