PyImageSearch / imutils

A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.
MIT License
4.51k stars 1.03k forks source link

Setting of Framerate on VideoStream does not work #200

Open Hantoo opened 4 years ago

Hantoo commented 4 years ago

Setting framerate for VideoStream doesn't work.

VideoStream(src=src, framerate=1.009).start()

Will constantly play at default 32fps when playing from a file

fjolublar commented 3 years ago

You need to modify the WebcamVideoStream class definition unfortunately