applied corrections

This commit is contained in:
amos.changcoco 2025-10-18 05:02:58 +00:00
parent 06e33edb84
commit 75ac567686

View File

@ -5,7 +5,7 @@ There are three Lambda functions placed inside this repository:
### 1. Kinesis Video Stream to Rekognition (`cctv-people-rekogniton`)
This function utilizes Amazon Rekognition's stream processor, which is configured to monitor an incoming Amazon Kinesis Video Stream for people label detection.
Note that this Lambda function is intended to process **a single Kinesis video stream only**. For a multi-camera setup, multiple deployments of this Lambda function is necessary.
Note that this Lambda function is intended to process **a single Kinesis video stream only**. For a multi-camera setup, multiple deployments of this Lambda function are necessary.
This is built on top of AWS KVS Consumer Library for Python. The original repository can be found here: https://github.com/aws-samples/amazon-kinesis-video-streams-consumer-library-for-python/