NvOSD_ArrowParams

class pyds.NvOSD_ArrowParams

Holds arrow parameters to be overlaid.

Variables
  • x1int, Holds start horizontal coordinate in pixels.

  • y1int, Holds start vertical coordinate in pixels.

  • x2int, Holds end horizontal coordinate in pixels.

  • y2int, Holds end vertical coordinate in pixels.

  • arrow_widthint, Holds the arrow shaft width in pixels.

  • arrow_colorNvOSD_ColorParams, Holds the color parameters of the arrow box.

  • arrow_headNvOSD_Arrow_Head_Direction, Holds the arrowhead position.

  • reservedint, reserved field for future usage. For internal purpose only.

cast(*args, **kwargs)

Overloaded function.

  1. cast(self: capsule) -> pyds.NvOSD_ArrowParams

cast given object/data to NvOSD_ArrowParams, call pyds.NvOSD_ArrowParams.cast(data)

  1. cast(self: int) -> pyds.NvOSD_ArrowParams

cast given object/data to NvOSD_ArrowParams, call pyds.NvOSD_ArrowParams.cast(data)