Show specific frame of video file as an image

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.