how to put filters into Aws elemental medialive live video

144 views Asked by At

How do I add filters or process the live video stream in Aws elemental medialive like putting face filters and AR effects in my own code?

1

There are 1 answers

0
Hussain Mohammed On

MediaLive does not have an in-built capability to apply filters to live video stream.

You might want to look into Amazon Rekognition service. This service enables you to identify objects, people, text, scenes, and activities in images and videos, as well as detect any inappropriate content using machine learning. You will use the service API to query the image or video stored on S3.

Here is a good primer for this service's capabilities.