2 Answers
- Newest
- Most votes
- Most comments
1
For a cost-effective live stream face detection process, use Amazon Rekognition ConnectedHome to detect faces continuously, then trigger face recognition against your collection only when faces are found. This avoids running the full recognition process all day, reducing costs. Alternatively, you could schedule or use event-driven processing to further minimize resource usage.
0
Thanks!, I am doing a test with ConnectedHome but i need an starting and stopping point, would that mean that I need to schedule the process to run with a cron job or something? or once started will run the whole day until i call stopprocessor?
answered a year ago
Relevant content
- asked 3 years ago
- asked 6 years ago

Thank you!