Troubleshooting of Amazon Rekognition: Difference between revisions

Jump to navigation Jump to search
Line 20: Line 20:
<pre>
<pre>
% aws rekognition start-label-detection --video "S3Object={Bucket=YOUR_BUCKET_NAME,Name=YOUR_VIDEO_FILE}" \
% aws rekognition start-label-detection --video "S3Object={Bucket=YOUR_BUCKET_NAME,Name=YOUR_VIDEO_FILE}" \
--notification-channel "SNSTopicArn=TopicARN,RoleArn=RoleARN" \
--region us-east-1
--region us-east-1
</pre>
</pre>


Solution: Please verify (1) name of file path of your file were written in {{kbd | key=ASCII}} (2) Or verify the permission issue by using AWS CLI<ref>[https://docs.aws.amazon.com/rekognition/latest/dg/setup-awscli-sdk.html Step 2: Set up the AWS CLI and AWS SDKs - Amazon Rekognition]</ref>
Solution: Please verify the setting of Amazon SNS<ref>[https://docs.aws.amazon.com/rekognition/latest/dg/api-video-roles.html Configuring Amazon Rekognition Video - Amazon Rekognition]</ref>


== FAILED 2.8 'Unsupported codec/format. ==
== FAILED 2.8 'Unsupported codec/format. ==
Anonymous user

Navigation menu