multiple-camera-stream
multiple-camera-stream copied to clipboard
Multiple Camera CCTV/RTSP/Video Streaming with Flask and OpenCV
Results
2
multiple-camera-stream issues
Sort by
recently updated
recently updated
newest added
``` data = requests.get("http://127.0.0.1:5000/video_feed/0") print(data.text) ```
Hello, I wanted to use your repository for an application which needs to access the same webcam twice. However, due to an issue of OpenCV version it does not work....