Requirement: For deep learning predictions, I want to send the frame from my local system camera to EC2 instance for predictions.
Work done till now:
- I am able test my deep learning code on my local system.
- I have uploaded the code on EC2 instance.
- I am able to send the live feed from my local camera to AWS Kinesis Video Stream.
Problem: I don't know how to send the AWS Kinesis video stream frames to EC2 instance for predictions. I searched everywhere, I know this is one of the use case of AWS Kinesis Video to send the frame to EC2 but I don't know how it will be possible.