We have a Custom camera which needs to operate with a preview mode of 2592x540.
Our custom application processes the preview frame and then scales it to a 1280x266 before displaying
After a few frames Ducati times out waiting for a semaphore to be released in the function MSP_VideoProcess(). It appears to be crashing after the following MSP_process call:
tIspProcessParam.eCmd = MSP_ISP_CMD_MEM_TO_MEM_START;
tIspProcessParam.pCmdData = &tIspMemToMemCmdParam;
eResult = MSP_process(pCompPrv->tCallbackData.hIspHandle, &tIspProcessParam, NULL);
Is there away to prevent Ducati from trying to display the preview frame.