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.

How to restart an capture which has been stop before on TI8168?

I am using DVR RDK 4.0. I meet a problem with capture.

In my use case:

I do FVID2_stop on capture then call IOCTL_VPS_CAPT_FLUSH and make sure all frames has been flushed from capture driver.

After that I re-queue frames to capture driver and call FVID2_start on capture.

But there will be no captured frame all the time.

Does the capture driver support this use case?

Thanks!