Log in

View Full Version : Processing webcam input


440
8th March 2016, 20:49
Is it possible to process an RTSP stream from an IP camera with Vapoursynth alone or, if not, what additional software would I need?

Thank you

jackoneill
14th April 2016, 14:44
You need some way to obtain the frames from the camera. ffmpeg is a good bet. The modified rawsource plugin can open /dev/stdin, so you can pipe ffmpeg's raw or y4m output into vspipe. I'm not sure how you would do this in Windows, though.

https://github.com/walisser/vsrawsource

StainlessS
14th April 2016, 15:56
VideoInputSource - grab video frame from video capture card or webcam in real-time

No idea if this can be persuaded to help:- http://forum.doom9.org/showthread.php?p=1671626&highlight=videoinputsource#post1671626