I am streaming video from raspberry pi to amazon kinesis video stream (this part is done). Now i want to send video to AWS Rekognition and perform face detection on the live video. Kindly answer in detail and with links. Thankyou!
Asked
Active
Viewed 204 times
1 Answers
0
First you need to setup a Streaming processor in Rekognition.
https://docs.aws.amazon.com/rekognition/latest/dg/streaming-video-starting-analysis.html
Once you setup these steps you can use these examples on how to draw bounding boxes on detected faces.

Babu Prasad
- 344
- 4
- 12