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
367 stars 157 forks source link

Sending image to kenisis on an EC2 instance #33

Closed jaweiss8 closed 6 years ago

jaweiss8 commented 6 years ago

I'm running this on an EC2 instance and believe that I have everything properly installed. I'm using a MJPEG url to use with videocaptureip. When I run the program it appears as though it is capturing frames, but they are not populating on the web ui.

i.e. it says: Sending image to Kinesis {u'ShardId': u'shardId-000000000000', 'ResponseMetadata': {'RetryAttempts': 0, 'HTTPStatusCode': 200, 'RequestId': 'ce3652dd-a3b3-457b-80e8-01084f372dc3', 'HTTPHeaders': {'x-amzn-requestid': 'ce3652dd-a3b3-457b-80e8-01084f372dc3', 'x-amz-id-2': 'tvUJ1BPccjt617BADReelAm0Mw/Q5mK/bn10D+Jv+++dAuC7gE22Ti9/vWrNcOwxR1mM9RioAjcdbfCH5tJVCiH7BUoF1F6y', 'content-length': '110', 'date': 'Thu, 31 May 2018 22:07:51 GMT', 'content-type': 'application/x-amz-json-1.1'}}, u'SequenceNumber': u'49584995657566029379979076055971568312156861850135298050'}

But when I check my s3 bucket and the webui on port 8080, there is nothing there. What could be causing this?