NvOSD_FrameRectParams

class pyds.NvOSD_FrameRectParams

Holds information about the rectangles in a frame.

Variables:
  • buf_ptrNvBufSurfaceParams, Holds the buffer containing frame.

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

  • num_rectsint, Holds number of rectangles.

  • rect_params_list – list of NvOSD_RectParams, Holds the rectangles’ parameters.

cast(*args, **kwargs)

Overloaded function.

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

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

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

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