Ask Your Question
0

video frame rate

asked 2013-03-30 04:50:19 -0600

mogh gravatar image

I open a video file and get its frame rate by capture.get(CV_CAP_PROP_FPS). But it differs from the actual frame rate stated in the property of the video file. I would be grateful if any can help. regards

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-03-30 08:07:08 -0600

The parameter you are reading out is the FPS that the capture algorithme can reach to read out frames of a videofile, not the framerate of the actual video. It all depends on resources, system configuration, and so on.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-30 04:50:19 -0600

Seen: 511 times

Last updated: Mar 30 '13