Hi,
I know to find frame rate from a video, we can use the capture property and ID:CV_CAP_PROP_FPS.
But how to find the frame rate of a live capture? the capture property (CV_CAP_PROP_FPS) doesn't work for live capture.
Thanks.
1 | initial version |
Hi,
I know to find frame rate from a video, we can use the capture property and ID:CV_CAP_PROP_FPS.
But how to find the frame rate of a live capture? the capture property (CV_CAP_PROP_FPS) doesn't work for live capture.
Thanks.