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

Method stop

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

Source from the content-addressed store, hash-verified

35 return self.stream.read()
36
37 def stop(self):
38 # stop the thread and release any resources
39 self.stream.stop()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected