Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hey,

I believe your error is in this line:

cap.get double val = (CV_CAP_PROP_FPS);

try this instead:

double val = cap.get(CV_CAP_PROP_FPS);

Hope that helps