MCPcopy Create free account
hub / github.com/PyImageSearch/imutils / read

Method read

imutils/video/filevideostream.py:76–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 self.stream.release()
75
76 def read(self):
77 # return next frame in the queue
78 return self.Q.get()
79
80 # Insufficient to have consumer use while(more()) which does
81 # not take into account if the producer has reached end of

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected