First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Oct 19 '12

icedecker gravatar image

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

openedvideo.get(CV_CAP_PROP_FPS)
click to hide/show revision 2
No.2 Revision

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

double fps = openedvideo.get(CV_CAP_PROP_FPS)