First time here? Check out the FAQ!
answered 2018-11-22 14:15:01 -0600
Correct way like this: vs = VideoStream(src="http://192.168.75.203/video/mjpg.cgi").start() while True: frame = vs.read() : : : :