Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyImageSearch/imutils
/ stop
Method
stop
imutils/video/pivideostream.py:57–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
55
return
self.frame
56
57
def
stop(self):
58
# indicate that the thread should be stopped
59
self.stopped = True
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected