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!