Quantcast
Channel: Satya Mallick | LearnOpenCV
Viewing all articles
Browse latest Browse all 92

How to find frame rate or frames per second (fps) in OpenCV ( Python / C++ ) ?

$
0
0
In OpenCV the class VideoCapture handles reading videos and grabbing frames from connected cameras. There is a lot of information you can find about the video file you are playing by using the get(PROPERTY_NAME) method in VideoCapture. One of the common properties you may want to find is the frame rate or frames per second. […]

Viewing all articles
Browse latest Browse all 92

Trending Articles