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
Note :
If you want to use your web camera then write cap = cv2.VideoCapture(0) and
if you want to use other connected camera with your pc then write cap = cv2.VideoCapture(1)