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