Hi, guys,
I run the videocopy demo in MCVIP(MCVIP can run on the board without any problem, capture and display), I call videocopy demo to process the data, but only 4-5 frame can be run. Then it stopped, no display and no process. the call stack is
in CAPTURE_tskStartRun(),
status = MCVIP_getBuf(gCAPTURE_ctrl.info.mcvipHndl, &bufId, OSA_TIMEOUT_FOREVER);
status = OSA_queGet(&pHndl->fullQue, id, timeout);
status = pthread_cond_wait(&hndl->condRd, &hndl->lock); //it stop here
can anyone help?