Open eillenlun opened 6 years ago
I was able to work around this by switching to the DSHOW backend API:
cap = cv2.VideoCapture(cv2.CAP_DSHOW)
cap = cv2.VideoCapture(cv.CAP_DSHOW)
I was able to work around this by switching to the DSHOW backend API:
cap = cv2.VideoCapture(cv2.CAP_DSHOW)