1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
It seems from your question that that Rekognition Custom Labels is what you're looking for, but the only feature that is lacking is the ability to stream video. One option is to extract images from Kinesis Video Streams (here) and pass those images to Rekognition Custom Labels.
If you want to use off-the-shelf Rekognition models and directly stream video you are limited to either face detection or person, pet, package detection. Please let me know if you have anymore questions.
answered 2 years ago
Relevant content
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
@tranja Thanks for your reply. If I'm generating images from Kinesis Video Streams and pass it to Rekognition custom labels it will work for a single image but for live video stream processing it can't handle. If this is not possible with Rekognition then Is this solution possible with Sagemaker? (like handling live video stream with the custom model to do object classification).