AWS Kinesis live video streaming

Hi I would like to know whether is it possible to stream live video by using AWS kinesis video streams with this product if yes please suggest me how to approach, as I new to micro python and functionality of open mv Cam H7.

I don’t know what that is. Probably, you’ll have to implement it from the socket level.

Hi @ckvaid4 maybe you could use https://github.com/openmv/openmv/blob/master/scripts/examples/OpenMV/14-WiFi-Shield/mjpeg_streamer.py

together with https://github.com/aws-samples/amazon-rekognition-video-analyzer where in this section they say

The videocaptureip command fires up the MJPEG-based video capture client (source code under the client/ directory). This command accepts, as parameters, an MJPEG stream URL and an optional frame capture rate. The capture rate is defined as 1 every X number of frames. Captured frames are packaged, serialized, and sent to the Kinesis Frame Stream.