• Hardware Platform (Jetson / GPU): dGPU
• DeepStream Version: 6.4
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only): 535
• Issue Type( questions, new requirements, bugs): New requirement/Bug
• 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):
I am currently experimenting with the Single View 3D Tracking feature of gst-nvtracker. In the documentation it says that the information from the tracker is included in the metadata. The SDK API suggests that this is true (NVIDIA DeepStream SDK API Reference: Metadata Structures | NVIDIA Docs). Since I use the Python bindings to construct my pipeline, I couldn’t find the attributes when I had a look at the metadata. Looking at the code of the python bindings shows that this was indeed not implemented: deepstream_python_apps/bindings/src/bindnvdsmeta.cpp at master · NVIDIA-AI-IOT/deepstream_python_apps · GitHub . Would it be possible to fix/add that so that we can actually test this very interesting alpha feature?