While playing a video in browser, how to extract an image with 10 seconds delay
I need to validate a closed captioning in the video. Part of this work, first I need to extract an image from videos. Please let me how to proceed with this.
you probably won't have much luck, doing this from within a webbrowser.
try to extract the video url from the html, and use opencv's VideoCapture.
I can able to extract the video URL from the browser. could please let me know how to proceed with opencv's VideoCapture??