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 detect vip port video?

Hi,

I capture video from external device through vip port in DM8168, but now, I do not know how to detect video incoming or not? Can anyone give me some advise.

Thanks

puyol. 

  • Puyol,

    You can register a callback while creating a capture driver, the call back gets called when capture driver receives frames from external device through vip port. Once you have control in driver callback you can choose to dequeue video frames.

    Please let me know if you want to know specific functions to do this.

    Regards,

    Yogesh.