Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyImageSearch/imutils
/ read
Method
read
imutils/video/webcamvideostream.py:36–38 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
34
(self.grabbed, self.frame) = self.stream.read()
35
36
def
read(self):
37
# return the frame most recently read
38
return
self.frame
39
40
def
stop(self):
41
# indicate that the thread should be stopped
Callers
2
__init__
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected