I just run the precedure of deepstream on jetson nx with jetpackage 4.5.1. And I try to add some additional information, such as meta->confidence in the message when running the deepstream-app, but got the number of 0 with int type.
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)
seems msg2p-newapi is set to 0. About the confidence, you need to set the value to msg_meta. please refer to osd_sink_pad_buffer_metadata_probe in deepstream-test4.
about bbox coordinates, you can print bbox coordinates after generate_event_msg_meta. the value used in generate_deepstream_message_minimal is set before “nvds_add_user_meta_to_frame (frame_meta, user_event_meta);”. please refer to osd_sink_pad_buffer_metadata_probe in deepstream-test4.