First time here? Check out the FAQ!

Ask Your Question
1

Get video FPS with VideoCapture

asked Oct 18 '12

beowulf gravatar image

How can I get a FPS video opened with VideoCapture.open?

Thank you.

Preview: (hide)

1 answer

Sort by » oldest newest most voted
4

answered Oct 19 '12

icedecker gravatar image

updated Oct 19 '12

You can use the VideoCapture::get. Take a look here. Example of use:

double fps = openedvideo.get(CV_CAP_PROP_FPS)
Preview: (hide)

Comments

I am using this method but only getting answer 0. every time. why is that so?

Muhammad Faraz gravatar imageMuhammad Faraz (Dec 24 '13)edit

I think it´s because it is a frame-by-frame acquiring process, so the fps are 0 (-1 in my case). Therefore the question should be: what is the refresh rate? And I need the answer for that question! I think the CV_CAP_PROP_FPS works only while reading a video from a file…

FJofreA gravatar imageFJofreA (Aug 8 '14)edit

Question Tools

Stats

Asked: Oct 18 '12

Seen: 20,954 times

Last updated: Oct 19 '12