NvOSD_FrameTextParams

class pyds.NvOSD_FrameTextParams

Holds information about the text in a frame.

Variables
  • buf_ptrNvBufSurfaceParams, Holds the buffer containing frame.

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

  • num_stringsint, Holds number of strings.

  • text_params_list – list of NvOSD_TextParams, Holds the strings’ text parameters.

cast(*args, **kwargs)

Overloaded function.

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

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

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

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