Looping with Videocapture
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)?