1 | initial version |
You can use the VideoCapture::get
. Take a look here. Example of use:
openedvideo.get(CV_CAP_PROP_FPS)
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)