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

Method start

imutils/video/videostream.py:25–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 self.stream = WebcamVideoStream(src=src)
24
25 def start(self):
26 # start the threaded video stream
27 return self.stream.start()
28
29 def update(self):
30 # grab the next frame from the stream

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected