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
cv2.VideoCapture(0) not working when i upload this code to server and run app.py. actually cv2.VideoCapture(0) is actually trying to open web cam on the server that i deployed the app to and not the web cam on my computer. so how can i capture it from the client screen?
The text was updated successfully, but these errors were encountered:
cv2.VideoCapture(0) not working when i upload this code to server and run app.py. actually cv2.VideoCapture(0) is actually trying to open web cam on the server that i deployed the app to and not the web cam on my computer. so how can i capture it from the client screen?
The text was updated successfully, but these errors were encountered: