Remove bounding box of detected objects

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)

Hi. I wanna remove bounding box and label(multi-object-tracker-id) of some detected objects. for bounding box I use object_meta->rect_params.border_width = 0 and it works. to delete multi-object-tracker-id I use object_meta->text_params.display_text = NULL. but still a background is shown in the frame.
How can I remove it completely?

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

Is it possible to remove the object meta which you want to remove?