Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) • DeepStream Version • JetPack Version (valid for Jetson only) • TensorRT Version • NVIDIA GPU Driver Version (valid for GPU only) • Issue Type( questions, new requirements, bugs) • 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) • Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Hi,
I am using deepstream 6.1.1 to create my custom pipeline, with reference to the deepstream-parallel-inference., and everything works fine.
Now when i am using the deepstream-6.3 version docker image.
The model loads but the second demux after the tee, does not gets called by the pad
-probe call back which was not a problem with the older version of deepstream i.e 6.1.1
My Point is that, with the above pipeline my code is working absolutely fine.
I need to know why something that is working fine, on 6.1.1 is not working on 6.3?? Can we just look into the actual issue? @fanzh can i get a reply soon, I have been stuck with this for days!
is the pad-probe call back sink probe or src probe? is the second demux element called “Streammux-Demuxer” ?
can you simplify the code to narrow down this issue? for example, can it work after removing nvinfer and tracker? you and add more probe function to check which element did not receive data.