NvOSD_CircleParams

class pyds.NvOSD_CircleParams

Holds the circle parameters to be overlayed.

Variables:
  • xcint, Holds start horizontal coordinate in pixels.

  • ycint, Holds start vertical coordinate in pixels.

  • radiusint, Holds radius of circle in pixels.

  • circle_colorNvOSD_ColorParams, Holds color params of the circle.

  • has_bg_colorint, Holds boolean value indicating whethercircle has background color.

  • bg_colorNvOSD_ColorParams, Holds the circle’s background color.

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

cast(*args, **kwargs)

Overloaded function.

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

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

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

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