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 Risposta
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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande