Get video FPS with VideoCapture
How can I get a FPS video opened with VideoCapture.open?
Thank you.
You can use the VideoCapture::get
. Take a look here. Example of use:
double fps = openedvideo.get(CV_CAP_PROP_FPS)
I am using this method but only getting answer 0. every time. why is that so?
Asked: Oct 18 '12
Seen: 20,954 times
Last updated: Oct 19 '12
Windows OpenCV VideoCapture Will Not Open Video File
How to limit the number of FPS from camera
Getting single frames from video with python
After setting capture property, reading the property returns 0.0
Video Capture not working in OpenCV 2.4.2 Windows7 32bit vs9
How to set camera resolution in OpenCV on Android?