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 回答
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
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则