Closed RavindraProxce closed 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.
@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.
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:
AWS Lambda function logs (Image Processor and Frame Fetcher). Make sure there are no errors, and if there are, please post them here.
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.
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.
No metadata in the table. Frames are not getting past the image processor lambda function. What should I do to fix this issue?
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.