Coordinates of found object from CSI camera

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Jetson Xavier
• DeepStream Version 5.0.0
• JetPack Version (valid for Jetson only) 4.2

Hello everyone! I have a question regarding found boundary boxes. I am using CSI camera and it shows found bb on the video. The thing is that I would like to keep them on my SD card. Could you help me where I can find these coordinates and the class of the object.
Thank you!

Could you check deepstream-app.c → write_kitti_output()

Thank you! I am using deep stream with python and I found coordinates of bb with obj_meta.rect_params. But my width and height of the bb are 0 all the time. What can be the reason?

Hey, Have you checked your model output and make sure the model can work well?

Yep, it works just fine. It draws bounding boxes correctly. But still 0 for height and width values.

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

It draws bbox without deepstream pipeline?