Question about deepstream-app's real-time output format and Information(bbox, tracker etc)

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU) : Jetson Orin **
**• DeepStream Version : 6.3 **
• JetPack Version (valid for Jetson only) : 5.1.3
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs) : questions
• 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)

Hello, I want to see the real-time output of the deepstream-app’s like bbox_info, tracker_info, but there is no mention at the deepstream reference.
Can you give me any advice or command to see this info?

The command I used : 'deepstream-app -c ./source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8’

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

We already have some information that can be dumped to the file. You can set the gie-kitti-output-dir property in the config file.
If you want additional information, you can add it to our source code yourself.

sources\apps\sample_apps\deepstream-app\deepstream_app.c
static void
write_kitti_output (AppCtx * appCtx, NvDsBatchMeta * batch_meta)

Thanks for your response,

Is there any example or manual mentioned about information?

You can refer to our Guide Application group to configure the corresponding parameters to get the information you want.
You can also refer to our source code directly.

sources\apps\sample_apps\deepstream-app

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

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