Hello,
I have a trained model to perform object detection on images (using TensorRT) that I would like to test on video streams, coming from one, or possibly more, RTSP sources using Jetson TX2.
I’ve looked at:
- https://github.com/dusty-nv/jetson-inference
- GStreamer
- RTSP Server https://github.com/GStreamer/gst-rtsp-server/tree/master/examples
But I’m having an hard time understanding how to capture frames from the RTSP stream and giving them as input to my model since I’m not really familiar with Gstreamer nor with video in general.
Could someone please refer to me to some good resources/examples?
What’s the most efficient way to achieve this?
Thank you