Please provide complete information as applicable to your setup.
Please provide complete information as applicable to your setup. • Hardware Platform (Jetson / GPU) Jetson AGX • DeepStream Version 7.0
**• JetPack Version (valid for Jetson only) 6.0 GA
**• TensorRT Version 8.6
**• NVIDIA GPU Driver Version (valid for GPU only) 540.3.0
**• Issue Type( questions, new requirements, bugs) questions • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
After running deepstream for a period of time, the perf module stopped printing
The config.txt seems fine. Maybe the issue related with add/remove camera. Is it possible to write one script to send add/remove camera command to reproduce the issue?
I have a question to consult,
Log print
Added stream : sub-batch = 1 seq index = 0 pad index = 2
Is adding a video stream to the tracking module a successful indicator ?
what do sub-batch seq index and
The log come from: /opt/nvidia/deepstream/deepstream-7.0/sources/gst-plugins/gst-nvtracker/nvtracker_proc.cpp.
sub-batch is the index of sub-batch in nvtracker configure file. seq index means the number index in the sub-batch. pad index means the sink pad index of nvstreammux.
Yes, I suspect the issue is related with the sleep time between add/remove stream. Can you use one script to add/remove stream? So you can modify the sleep time to verify the issue.
I tried three times yesterday and this phenomenon all appeared.
If it weren’t for the deepstreamtest5 issue, I don’t know if it was caused by code changes here