vid.set(cv.CAP_PROP_POS_FRAMES)
or CAP_PROP_POS_MSEC
and then try to read.
may or may not work, may or may not be accurate. depends on the video file.
vid.set(cv.CAP_PROP_POS_FRAMES)
or CAP_PROP_POS_MSEC
and then try to read.
may or may not work, may or may not be accurate. depends on the video file.