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.

CCS 卡在 “CAPTURE:Create in progress !!!” 不动了



自从我用ccs运行chains的程序开始,就一直有个问题困扰我。就是有时候当程序运行到:
CAPTURE:Create in progress !!!
就卡住不往下运行了。但是有时候就可以正常运行过去。
我加了打印信息查出是hdvpss_xx_xx_xx_xx/packages/ti/psp/examples/common
/vps/chains/links/capture/captureLink_drv.c

中的Int32 CaptureLink_drvCreateVideoDecoder(CaptureLink_Obj *pObjUInt16 instId)函数中的
 
Status=FVID2_control(
pInst->videoDecoderHandle,
IOCTL_VPS_VIDEO_DECODER_GET_CHIP_ID,
&vidDecChipIdArgs,
&vidDecChipIdStatus
);
就卡住不动了。

而且是(同一程序,同条件下)有时候可以过去并正常执行程序,但有时候就卡在这里不动。
 
恳请各位专家帮帮忙,看看该怎么解决这个问题。
非常感谢!!!