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

Error when running pynt videocature[] #27

Closed DawnMKing closed 6 years ago

DawnMKing commented 6 years ago

I have completed and can run the pipeline, however, I keep getting this streaming error when my webcam turns on. The http://localhost:8080/ does nothing, but my video turn on and I can see myself on a pop up screen. I am not sure where to go from here...

screen shot 2018-03-29 at 4 53 36 pm
moanany commented 6 years ago

Hey @DawnMKing,

It seems like video frames are not captured or transferred by the video capture client, and that's why you don't see output in the Web UI. You may want to set a breakpoint in the videocapture client code and debug to see where it fails. This could lead us to the issue. What version of Python are you using?