Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) t4
• DeepStream Version 7.0
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.6.1
• NVIDIA GPU Driver Version (valid for GPU only) 535
• 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 see some problems when i add this as one pipeline(!!!) to my deepstream python code:
nvurisrcbin1
→ streammux1 → nvinfer1->tracker1->nvconvert1->tiler1 → nvosd1-> hlssink1
nvurisrcbin2
urisrcbin3
→ streammux2 → nvinfer2->nvconvert2->tiler2 → nvosd2-> hlssink2
urisrcbin4
the problem is:
both of my tilers(has different name and) have column=1 and rows=2(same problem with column=2, rows=1) but when it comes to runtime .in screen i can see that one of them is column=2 , rows=1 and another one is column=2 ,rows=2(video at the bottom)
how can i fix this problem in python ??