Giter Club home page Giter Club logo

Comments (4)

dstsay avatar dstsay commented on July 20, 2024

Nevermind - I figured out the role was not set with a trusted relationship to Rekognition

from amazon-rekognition-developer-guide.

ricardoreis avatar ricardoreis commented on July 20, 2024

@dstsay I have the same problem.
What did you do to fix it?
I create role whit "AmazonRekognitionServiceRole" policy.

from amazon-rekognition-developer-guide.

AWSChris avatar AWSChris commented on July 20, 2024

@ricardoreis Is this still a problem for you? This topic should be able to help - https://docs.aws.amazon.com/rekognition/latest/dg/api-streaming-video-roles.html. Let me know if it doesn't.

from amazon-rekognition-developer-guide.

texano00 avatar texano00 commented on July 20, 2024

Hi everyone,
i'm facing up on the same problem.
After i run

rekognition.create_stream_processor(
        Input={
            'KinesisVideoStream': {
                'Arn': event['arnVideoStream']
            }
        },
        Output={
            'KinesisDataStream': {
                'Arn': event['arnDataStream']
            }
        },
        Name=event['processorName'],
        Settings={
            'FaceSearch': {
                'CollectionId': event['collectionId']
            }
        },
        RoleArn=event['roleArn']
)
    
rekognition.start_stream_processor(
      Name=event['processorName']
)

that stream is initially set to "STARTING", than "RUNNING"(for a second) and finally to "FAILED".

I've checked the arnRole, the kinesis arns and the collectionId.
The arnRole is the exactly the same as the AWS guide. The roles of kinesis video and data are pasted from the console. The collectionId of the faces is showed when I request the get collections command.
All the services are running on eu-west-1.

The streaming video is correctly running.

Thanks

from amazon-rekognition-developer-guide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.