Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amazon-rekognition-video-analyzer does not return data the request #52

Open
direstrepo24 opened this issue Nov 5, 2019 · 4 comments
Open

Comments

@direstrepo24
Copy link

everything works fine, even if I put the webcam or ip, it connects, but nothing appears in the web app, enrichedframe return [] (empty)
daempty

@sumanghosh12
Copy link

sumanghosh12 commented Mar 13, 2020

Facing the same issue. I dont see any frames stored in frames3 bucket.
UI is up but the image block is always empty.
image

After I execute : pynt videocapture[10]
I see the text : Sending image to Kinesis
A python window comes up and captures my video. I can see response from on the CMD.

What am I missing? Need help.

@sumanghosh12
Copy link

@moanany - Please help.

@insidedctm
Copy link

I got the same thing. It seems to be due to the imageprocessor code trying to publish to an SNS topic that doesn't exist. Comment out that part of the code and the rest works.

@insidedctm
Copy link

I got the same thing. It seems to be due to the imageprocessor code trying to publish to an SNS topic that doesn't exist. Comment out that part of the code and the rest works.

On further investigation I found it was because I had added an entry to the label_watch_sns_topic_arn field in config/imageprocessor-params.json. There is no SNS topic setup by the CloudFormation template and so the code fails at that point if the Topic arn is invalid. Leaving the field blank resolved the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants