gen2brain/cam2ip

Suggestion The source can be videos and not webcams

joaopalma5 opened this issue · 2 comments

Can put a option to display videos like webcam?

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 ;)

Added in 173deeb .