Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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

openedvideo.get(CV_CAP_PROP_FPS)

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

double fps = openedvideo.get(CV_CAP_PROP_FPS)