GstInference Inference Overlay element
![]() | Learn more Make sure you also check GstInference's companion project: R2Inference |
This element consumes the inference metadata described in GstInferenceMeta. It draws each bounding box with its respective labels.

Properties
The inferenceoverlay element exposes the following properties to control the boxes' thickness, color, etc. These properties are documented in the following table:
Property | Value | Description |
---|---|---|
font-scale | Double [0,100] | Scale of the font used on the overlay. 0 turns off the overlay |
thickness | Double [1,100] | Thickness in pixels used for the lines |
style | enum (0): classic (1): dotted (2): dashed |
Line style of rectangle |
Example
For example, pipelines using inferenceoverlay element please check the example pipelines section.