gen2brain / cam2ip

Turn any webcam into an IP camera
GNU General Public License v3.0
889 stars 93 forks source link

Suggestion The source can be videos and not webcams #3

Closed joaopalma5 closed 6 years ago

joaopalma5 commented 6 years ago

Can put a option to display videos like webcam?

gen2brain commented 6 years ago

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

gen2brain commented 6 years ago

Added in https://github.com/gen2brain/cam2ip/commit/173deebc8866407b4e28049b8658adb5ac4cd0b8 .