Show object tracking trajectory in Deepstream Python App

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU): Jetson Orin Agx
• DeepStream Version: Deepstream 6.2
• JetPack Version (valid for Jetson only) : 5.1-b147
• TensorRT Version: 8.5.2-1+cuda11.4
• Issue Type( questions, new requirements, bugs): Question

• 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)

python /opt/nvidia/deepstream/deepstream-6.2/sources/deepstream_python_apps/apps/deepstream-test2/deepstream_test_2.py

• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hello! I am building a Deepstream application using python app “deepstream-test2” and want to show trajectories of pedestrians, like it is shown in this Nvidia blog:

Is there any reference code that I can use to show trajectories of tracked objects using a Deepstream based python application?

I will discuss internally and feedback later.

Thank you very much!

We haven’t the feature in default DeepStream release. Can you probe the object information and buffer those object information and draw those point onto the video?

I was able to do it myself. Thanks!

I just wanted to know what’s the max array size of “NvOSD_LineParams”, because if I add more than 20 elements, it throws an error.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

You can add more array into the list if the count is bigger than 16.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.