Looping with Videocapture

asked 2018-06-21 20:27:59 -0600

kunaltyagi gravatar image

IMO, VideoCapture is a very good method to read images and video frames sequentially. However, once the last frame/sequence/sole image has been read, is there any way to loop over from the beginning without creating a new VideoCapture object (and without calling open)?

Would an option to skip to a certain frame make sense for VideoCapture (as a contribution)?

edit retag flag offensive close merge delete