• Hardware Platform (Jetson / GPU)
Jetson AGX Xavier
• DeepStream Version
Deepstream 6.0.1
• JetPack Version (valid for Jetson only)
Jetpack 4.6
• TensorRT Version
Tensor 8
• Issue Type( questions, new requirements, bugs)
Question
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
deepstream-nvdsanalytics
• Issue
I’m working on a system that uses Deepstream with NVDSAnalytics. The system uses two RTSP streams as inputs and line-crossing-stream to identify when an object enters a region of interest. Currently, I’m using the bus_call function to identify and correct errors in the system, for example, when a camera disconnects, it detects and reconnects it. The system works well; however, after weeks of normal operation, Deepstream stops working, and bus_call doesn’t provide any error message, so the system can’t identify the problem and freezes. What tools can I use to determine the error and correct it?
I’ve noticed that this is a recurring error in this version of Deepstream 6. Unfortunately, I cannot update Deepstream or the hardware since I have to provide support to several clients who have purchased my system.
what is the complete media pipeline? could you share the running log? wondering if there are some abnormal printings? could you simplify the pipeline to check which plugin cause the hang issue?