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.53k stars 1.02k forks source link

Add pause/resume functionality to FPS #227

Open basil96 opened 4 years ago

basil96 commented 4 years ago

When processing long videos interactively, pause/resume functionality may be desirable. The FPS class currently can only time frames during one interval. To make it more practical, I propose the following:

I will submit a PR for this.