First time here? Check out the FAQ!
answered Oct 19 '12
You can use the VideoCapture::get. Take a look here. Example of use:
VideoCapture::get
openedvideo.get(CV_CAP_PROP_FPS)
updated Oct 19 '12
double fps = openedvideo.get(CV_CAP_PROP_FPS)