Circle doesnt fill Deepstream 6.0.1

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.0.1
• JetPack Version (valid for Jetson only) None
• TensorRT Version don’t know
• NVIDIA GPU Driver Version (valid for GPU only) 470.141.03
• Issue Type( questions, new requirements, bugs) bug

I’m unable to fill a circle with deepstream. The circle draws with the border but these parameters don’t seem to work:

has_bg_color – int, Holds boolean value indicating whethercircle has background color.
bg_color – NvOSD_ColorParams, Holds the circle’s background color.

This is part of my code:

circle = display_meta.circle_params[n_draw]
circle.xc = x
circle.yc = y
circle.radius = radius
circle.circle_color.set(*border_color)
circle.bg_color.set(*border_color) # doesn't work
circle.has_bg_color = True # doesn't work

Everything but the last two lines works correctly

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

Hi @diegomarvid99 , Which demo do you use to test this?
About how to draw circles, you can refer the link below:
https://github.com/NVIDIA-AI-IOT/deepstream_tao_apps/blob/master/apps/tao_others/deepstream-gaze-app/deepstream_gaze_app.cpp

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