Open deeptigoyal opened 3 years ago
you can set obj_meta->text_param.display_text to NULL to remove labels. Is there any particular metadata you want to keep for display?
Hello, have you resolved this problem. I am facing the same issue.
Just set obj_meta->text_params->font_params->font_size = 0
Hello,
I wish to hide a certain portion of text/labels appearing on frame such as "entry" and "exit" and wish to retain say "Person" in person tracker use case. Setting nvosd.set_property('display_text',0) hides everything that appears on frame. How it can be achieved? Please help me on this.
Thanks