aws-samples / amazon-rekognition-video-analyzer

A working prototype for capturing frames off of a live MJPEG video stream, identifying objects in near real-time using deep learning, and triggering actions based on an objects watch list.
Other
368 stars 158 forks source link

Same Local Area Network as Video Capture Client #25

Open partnercloudsupport opened 6 years ago

partnercloudsupport commented 6 years ago

Hello, We installed all software on ec2. Our IP camera is working but when I run the command pynt videocaptureip["http://admin@192.16******/video/mjpg.cgi",20] the connection is not made.

Would this have been related to the comment in your documentation below:

If you use an IP camera, make sure your camera is connected to the same Local Area Network as the Video Capture client?

Thank you