How to select border-width and bbox-border-color0 in gstreamer pipeline?

|•|Hardware Platform--------Jetson|
|•|DeepStream Version-------5.0|
|•|JetPack Version -----------4.4|
|•|TensorRT Version----------7.1.3.0|

I am able to choose ‘border-width and bbox-border-color0’ through deepstream-app config files.

But how to do the same when designing your own gstreamer pipeline. (Whether in command line or in C++ application)?

HI,
We do not support this until now, you need to iterate through the meta data, set the value, you can refer to deepstream_app.c::process_meta for how to set bbox border properties.