Open htaufik opened 3 years ago
Hello htaufik,
I am not sure to be honest, does cap = WebcamVideoStream(src="rtsp://192.168.150.79:11083").start()
work?
It works, but the frame size is too large. I'm trying to edit the next line in cv2.resize
but doesn't give effect
When i change
cap = WebcamVideoStream(src=0).start()
tocap = cv2.VideoCapture("rtsp://192.168.150.79:11083")
and run the code, it sayssrc is not a numerical tuple ERROR:flask.app:Exception on /live [GET]
what should i do?