I have a video stored on my computer. I am doing some processing on this video. When I query the frame rate like this:
frameRate=cap.get(5)
it gives me 25, which is the frame rate of the original stored video, not the rate at which the frames are being read by the opencv program. How do I get that? Also, how do I decrease that frame rate, ie. the rate at which the program is getting frames from the pre-recorded video, without having to re-record the original video at the decreased frame-rate?