Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyImageSearch/imutils
/ stop
Method
stop
imutils/video/fps.py:17–19 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
15
return
self
16
17
def
stop(self):
18
# stop the timer
19
self._end = datetime.datetime.now()
20
21
def
update(self):
22
# increment the total number of frames examined during the
Callers
3
picamera_fps_demo.py
File · 0.45
fps_demo.py
File · 0.45
read_frames_fast.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected