HELP FOR VIDEOIO Error
Guys I'm using ubuntu in windows subsytem for linux, I am now working on image processing with opencv and python, The image detection and face recognition goes well for a file , but when comes to live interface with my externally connected webcam it shows an error: VIDEOIO ERROR: V4L: can't open camera by index 0 Please help me to solve this within this subsytem
Try
cap = cv2.VideoCapture(1)
instead of zeros.