You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i change cap = WebcamVideoStream(src=0).start() to cap = cv2.VideoCapture("rtsp://192.168.150.79:11083") and run the code, it says src is not a numerical tuple ERROR:flask.app:Exception on /live [GET]
what should i do?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: