Ask Your Question

Revision history [back]

click to hide/show revision 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")

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")