Kinesis Video Stream with Content moderation (AWS Rekognition)

0

I would like to perform content moderation from AWS Rekognition on a Kinesis Video Stream real time. I see there is documentation for using AWS Rekognition to detect faces on Live Kinesis Video Stream but is it possible to call the contentmoderation method function and perform the same task. If yes, where will the results be stored? Also, if yes, can we extract just that part of the video where the content has been detected and store it in S3 bucket?

1 Answer
0

Hi, Amazon Rekognition Video stream processors doesn't support content moderation. https://docs.aws.amazon.com/rekognition/latest/dg/using-rekognition-video-stream-processor.html

You will need to extract image frames or video clip from Kinesis Video Streams and call moderation APIs. You can use Parser Library to extract image frames or GetClip API to extract video clip. https://github.com/aws/amazon-kinesis-video-streams-parser-library https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_reader_GetClip.html

AWS
Yuma_M
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions