Im using the python bindings for Deepstream 5.0 on a Jetson Xavier. I would like to stream the final result to Amazon Kinesis, but am a bit unsure about how to do this.
Does anyone have any ideas on how I could accomplish this?
Would you be able to give me a little more guidance on how I can integrate this with my python application? I can see how to install the GStreamer kinesis plugin but am uncertain where to go from there. Thank you
Ive got a python application that uses deepstream to detect a number of objects using a custom trained Yolo model. Ive got 3 inputs from usb cameras. You can find the code Here
I would like to stream the output of the algorithm including detection boxes etc, preferably of all 3 cameras in a single multitiled frame to kinesis. Hipe this gives you enought detail. Thanks for your help