Integrated Component Monitoring with Jetson NX

Hi everyone,

We are trying to find a solution that helps us with the monitoring of errors that may happen with the camera with which we connect through RTSP to be able to train our model using Deepstream, however so far we have not found any Iot edge or iot resource hub in Azure Cloud to help us with this possible problem. We would like to have these scenarios monitored such as camera disconnection, connection problems, etc. and at the same time that it alerts us for any type of notification.

Thanks for any help,

Regards
Yusef.

Moving this to the Jetson Xavier NX category for better visibility.

1 Like

Hi,
DeepStream SDK is gstreamer-based implementation and the IP cameras are handled in rtspsrc plugin. There should be error handling in the plugin and if you need further handling, you may download the source code, do customization, and rebuild/replace the plugin.

And in deepstream-app, there is code for handling source reconnection. Please check watch_source_status() in

/opt/nvidia/deepstream/deepstream-5.1/sources/apps/apps-common/src/deepstream_source_bin.c