CV good, but when I try to do: vc = cv2.VideoCapture("foo.mp4") I find that: vc.get(cv2.CAP_PROP_FRAME_COUNT) Is always returning 0.0
CV good, but when I try to do:
vc = cv2.VideoCapture("foo.mp4")
I find that:
vc.get(cv2.CAP_PROP_FRAME_COUNT)
Is always returning 0.0