How to get object id when this object crossing line in Gst-nvdsanalytics

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson)
• DeepStream Version:6.0
• JetPack Version (valid for Jetson only):4.6
• TensorRT Version:8.1
• 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)
In my project, I want to get object id and object size when this object crossing line in Gst-nvdsanalytics.If there are samples to solve this question?
Thank you.

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

The nvdsanalytics status are recorded in NvDsAnalyticsObjInfo in meta data. NVIDIA DeepStream SDK API Reference: NvDsAnalyticsObjInfo Struct Reference

The sample of /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-nvdsanalytics-test shows how to get analytics information of objects from metadata. C/C++ Sample Apps Source Details — DeepStream 6.1.1 Release documentation

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