Error about VideoCapture in Virtual Pen
nhamthanh opened this issue · comments
Thanh Chi Nham commented
When I set cv2.VideoCapture(1)
img alway get none when cap.read() return.
Md Sadab Wasim commented
Use cv2.VideoCapture(0) if you're using your webcam.