NvOSD_ArrowParams¶
- class pyds.NvOSD_ArrowParams¶
Holds arrow parameters to be overlaid.
- Variables:
x1 – int, Holds start horizontal coordinate in pixels.
y1 – int, Holds start vertical coordinate in pixels.
x2 – int, Holds end horizontal coordinate in pixels.
y2 – int, Holds end vertical coordinate in pixels.
arrow_width – int, Holds the arrow shaft width in pixels.
arrow_color –
NvOSD_ColorParams
, Holds the color parameters of the arrow box.arrow_head –
NvOSD_Arrow_Head_Direction
, Holds the arrowhead position.reserved – int, reserved field for future usage. For internal purpose only.
- cast(*args, **kwargs)¶
Overloaded function.
cast(self: capsule) -> pyds.NvOSD_ArrowParams
cast given object/data to
NvOSD_ArrowParams
, call pyds.NvOSD_ArrowParams.cast(data)cast(self: int) -> pyds.NvOSD_ArrowParams
cast given object/data to
NvOSD_ArrowParams
, call pyds.NvOSD_ArrowParams.cast(data)