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 !!!” 就卡住不动

上个贴不知道怎么被删了,请问我在dm8168平台上运行hdvpss中的chains示例程序,

当程序运行到  CAPTURECreate 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
);
就卡住不动了。

恳请各位专家帮帮忙,看看该怎么解决这个问题。

x 出现错误。请重试或与管理员联系。