Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyImageSearch/imutils
/ read
Method
read
imutils/video/videostream.py:33–35 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
self.stream.update()
32
33
def
read(self):
34
# return the current frame
35
return
self.stream.read()
36
37
def
stop(self):
38
# stop the thread and release any resources
Callers
5
url_to_image
Function · 0.45
count_frames_manual
Function · 0.45
picamera_fps_demo.py
File · 0.45
fps_demo.py
File · 0.45
read_frames_fast.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected