Ask Your Question

Revision history [back]

You can read the frame rate achieved with ' double rate=capture.get(CV_CAP_PROP_FPS); '. Then you can add an internal delay in your capture.read(frame) loop to match the speed you want (as long as it is slower, of course). Hope this helps.