Ask Your Question

tungsten's profile - activity

2020-02-01 02:16:20 -0600 commented question cv2.VideoCapture(0).isOpened() return always false

cap = cv2.VideoCapture(2) then it work for me, thanks