1 | initial version |
VideoCapture has an internal backend, which allows you to read numbereed image sequences,
just pass the 1st imgname like:
cap = cv2.VideoCapture("fake/cam_01.jpg")
2 | No.2 Revision |
VideoCapture has an internal backend, which allows you to read numbereed numbered image sequences,
just pass the 1st imgname like:
cap = cv2.VideoCapture("fake/cam_01.jpg")