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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南