Suggestion The source can be videos and not webcams
joaopalma5 opened this issue · 2 comments
joaopalma5 commented
Can put a option to display videos like webcam?
gen2brain commented
It is doable, with VideoCapture instead of CameraCapture.
OpenCV will need to be compiled with ffmpeg support, so that will complicate static release builds a little.
I will try something when I find time, I played with some ffmpeg wrapper to do similar thing, with OpenCV it should be much easier. Just not sure if it fits for current name of the project ;)