MCPcopy Index your code
hub / github.com/PyImageSearch/imutils / start

Method start

imutils/video/fps.py:12–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10 self._numFrames = 0
11
12 def start(self):
13 # start the timer
14 self._start = datetime.datetime.now()
15 return self
16
17 def stop(self):
18 # stop the timer

Callers 3

fps_demo.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected