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

Method stop

imutils/video/webcamvideostream.py:40–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38 return self.frame
39
40 def stop(self):
41 # indicate that the thread should be stopped
42 self.stopped = True

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected