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
He plugged in an external camera, which is why the VideoCapture capture was initialized by 1 instead of 0: cv::VideoCapture capture(1); //internal camera should be initialized by 0
I got the code to build but it looks like it relies on a cv::VideoCapture class? Where is the video supposed to come from?
The text was updated successfully, but these errors were encountered: