MCPcopy 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_imageFunction · 0.45
count_frames_manualFunction · 0.45
fps_demo.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected