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

video capture is running fine but not image loading frames from ip camera mobile app into webui project #28

Closed RavindraProxce closed 6 years ago

RavindraProxce commented 6 years ago

Manage to do it 80% but frames which are captured is not showing in sample web ui project may be thinking frame from enrichframe api returining [] empty array object check if anybody can help on this.

RavindraProxce commented 6 years ago

it is uploading data to frame stream using pynt videocaptureip["http://192.168.XX.XXX:8080/videofeed",30] but not sure what is happening after this.

moanany commented 6 years ago

@RavindraProxce

Here are a few places you can check for abnormalities:

1) AWS Lambda function logs (Image Processor and Frame Fetcher). Make sure there are no errors, and if there are, please post them here.

2) Check the EnrichedFrame DynamoDB table for image metadata. If there isn't any, that means frames are not getting past the Image Processor lambda function.

3) Check your browser's debugging tools. If the Web UI is having trouble receiving images, this could show up in the logs. Please post the errors here if there are any.

RavindraProxce commented 6 years ago

Thanks it worked now.

Regards, Ravindra Gorana Technical Lead, Proxce, Inc. ravindra@proxce.com +917568039096 www.proxce.comhttp://<br/www.proxce.com> https://in.linkedin.com/in/ravindra-gorana-3a724b34


From: Moataz Anany notifications@github.com Sent: Friday, April 20, 2018 6:31:50 PM To: aws-samples/amazon-rekognition-video-analyzer Cc: Ravindra Gorana; Mention Subject: Re: [aws-samples/amazon-rekognition-video-analyzer] video capture is running fine but not image loading frames from ip camera mobile app into webui project (#28)

@RavindraProxcehttps://github.com/RavindraProxce

Here are a few places you can check for abnormalities:

  1. AWS Lambda function logs (Image Processor and Frame Fetcher). Make sure there are no errors, and if there are, please post them here.

  2. Check the EnrichedFrame DynamoDB table for image metadata. If there isn't any, that means frames are not getting past the Image Processor lambda function.

  3. Check your browser's debugging tools. If the Web UI is having trouble receiving images, this could show up in the logs. Please post the errors here if there are any.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/aws-samples/amazon-rekognition-video-analyzer/issues/28#issuecomment-383088528, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AWKIg2Hwmtz41dvU5atysv94DuPuxKeKks5tqdw-gaJpZM4Tcxoz.

ashishanand3413 commented 2 years ago

No metadata in the table. Frames are not getting past the image processor lambda function. What should I do to fix this issue?