Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyImageSearch/imutils
/ update
Method
update
imutils/video/videostream.py:29–31 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
return
self.stream.start()
28
29
def
update(self):
30
# grab the next frame from the stream
31
self.stream.update()
32
33
def
read(self):
34
# return the current frame
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected