NvOSD_LineParams¶
-
class
pyds.NvOSD_LineParams¶ Holds the box parameters of the line to be overlayed.
-
property
line_color¶ Holds color params of the border of the box.
-
property
line_width¶ Holds border_width of the box in pixels.
-
property
x1¶ Holds left coordinate of the box in pixels.
-
property
x2¶ Holds width of the box in pixels.
-
property
y1¶ Holds top coordinate of the box in pixels.
-
property
y2¶ Holds height of the box in pixels.
-
property