Storing RTSP stream as video file with OpenCV VideoWriter
I’m developing a Python module, with OpenCV, that connects to an RTSP stream to perform some preprocessing on the video (mostly, reducing fps and resolution), and then store it in the file system.