NvOSD_FrameLineParams

class pyds.NvOSD_FrameLineParams

Holds information about the lines in a frame.

Variables
  • buf_ptrNvBufSurfaceParams, Holds the buffer containing frame.

  • modeNvOSD_Mode, Holds OSD Mode to be used for processing.

  • num_linesint, Holds number of lines.

  • line_params_list – list of NvOSD_LineParams, Holds the lines’ parameters.

cast(*args, **kwargs)

Overloaded function.

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

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

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

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