MCPcopy Create free account
hub / github.com/PyImageSearch/imutils / start

Method start

imutils/video/filevideostream.py:31–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29 self.thread.daemon = True
30
31 def start(self):
32 # start a thread to read frames from the file video stream
33 self.thread.start()
34 return self
35
36 def update(self):
37 # keep looping infinitely

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected