pedestrian-cam icon indicating copy to clipboard operation
pedestrian-cam copied to clipboard

Issue running server.py

Open jacksonkr opened this issue 5 years ago • 1 comments

[tcp @ 0x7fa5e952a180] Connection to tcp://84.35.225.233:83 failed: Operation timed out
OpenCV: Couldn't read video stream from file "http://84.35.225.233:83/SnapshotJPEG?Resolution=640x480&Quality=Clarity&1509566566"
<class 'cv2.error'>

in prediction.py i found the line

cap = cv2.VideoCapture('http://84.35.225.233:83/SnapshotJPEG?Resolution=640x480&amp;amp;Quality=Clarity&amp;amp;1509566566')

and changed the image location to a valid url but nothing happened. How can I get this to work?

jacksonkr avatar Mar 27 '19 16:03 jacksonkr

Hi @jacksonkr, apologies for the delay! Please ensure that the URL points to a motion JPEG source.

brian-yu avatar Jun 19 '19 03:06 brian-yu