Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Try with OpenCV C++ VideoCaptur object

And get the fps like

int frmrate = cap.get(CV_CAP_PROP_FPS);

Try with OpenCV C++ VideoCaptur object

And get the fps like

like
     VideoCapture cap(0);
    int frmrate = cap.get(CV_CAP_PROP_FPS);
cap.get(CV_CAP_PROP_FPS);

Try with OpenCV C++ VideoCaptur object

And get the fps like like

VideoCapture cap(0);
 int frmrate = cap.get(CV_CAP_PROP_FPS);

cap.get(CV_CAP_PROP_FPS);