Jetson nano - yolov3 - telegram notification

Goodmorning everyone! I have a Jetson Nano and I would like to use it to analyze with yolov3-darknet 4 rtsp camera streams in my garden and be able to receive a Telegram message (or other push service) with the object notification and snapshot. Has anyone already tried to do something like this? I can’t find anything online …

Thank you all! bye Bye

Hi,

Have you tried our Deepstream SDK?

Deepstream SDK provides a robust pipeline that allows you to run multiple streams with inference at the same time.
It also inferences YOLO model with TensorRT to get a better performance.

It’s recommended to check our Deepstream sample first: https://developer.nvidia.com/deepstream-sdk
/opt/nvidia/deepstream/deepstream-4.0/sources/objectDetector_Yolo

Thanks.