NvOSD_FrameLineParams¶
- class pyds.NvOSD_FrameLineParams¶
Holds information about the lines in a frame.
- Variables:
buf_ptr –
NvBufSurfaceParams
, Holds the buffer containing frame.mode –
NvOSD_Mode
, Holds OSD Mode to be used for processing.num_lines – int, Holds number of lines.
line_params_list – list of
NvOSD_LineParams
, Holds the lines’ parameters.
- cast(*args, **kwargs)¶
Overloaded function.
cast(self: capsule) -> pyds.NvOSD_FrameLineParams
cast given object/data to
NvOSD_FrameLineParams
, call pyds.NvOSD_FrameLineParams.cast(data)cast(self: int) -> pyds.NvOSD_FrameLineParams
cast given object/data to
NvOSD_FrameLineParams
, call pyds.NvOSD_FrameLineParams.cast(data)