Features of the Gst-nvdsosd plugin | |||
---|---|---|---|
Feature | Description | Release | |
Supports drawing arrows | — | DS 5.0 | |
Supports drawing circles | — | DS 5.0 | |
Supports drawing polygon lines | — | DS 3.0 | |
Supports drawing text using Pango and Cairo libraries | — | DS 2.0 | |
VIC (Jetson only) and GPU support for drawing bounding boxes | — | DS 2.0 |
Gst-nvdsosd plugin, Gst Properties | |||
---|---|---|---|
Property | Meaning | Type and Range | Example Notes |
gpu-id | Device ID of the GPU to be used for operation (dGPU only) | Integer, 0 to 4,294,967,295 | gpu-id=0 |
display-clock | Indicates whether to display system clock | Boolean | display-clock=0 |
display-text | Indicates whether to display text | Boolean | display-text=0 |
clock-font | Name of Pango font to use for the clock | String | clock-font=Arial |
clock-font-size | Font size to use for the clock | Integer, 0-60 | clock-font-size=2 |
x-clock-offset | X offset of the clock | Integer, 0 to 4,294,967,295 | x-clock-offset=100 |
y-clock-offset | Y offset of the clock | Integer, 0 to 4,294,967,295 | y-clock-offset=50 |
clock-color | Color of the clock to be set while display, in the order 0xRGBA | Integer, 0 to 4,294,967,295 | clock-color=0xff0000ff (Clock is red with alpha=1) |
process-mode | Indicates the mode used to draw the objects 0: CPU mode 1: GPU mode (For dGPU only) 2. VIC mode (For Jetson only) | Integer, 0 to 2 | process-mode=0 |
hw-blend-color-attr | Color attributes for all classes | String | hw-blend-color-attr=0,0.0,1.0,0.0:1,1.0,0.0,0.3 |