Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
Correct way like this:
vs = VideoStream(src="http://192.168.75.203/video/mjpg.cgi").start()
while True:
      frame = vs.read()
:
:
:
: