NVIDIA DeepStream SDK API Reference5.0 Release |
Holds information about the lines in a frame.
Definition at line 95 of file nvll_osd_api.h.
Data Fields | |
NvBufSurfaceParams * | buf_ptr |
Holds a pointer to the buffer containing the frame. More... | |
NvOSD_Mode | mode |
Holds the OSD mode to be used for processing. More... | |
int | num_lines |
Holds the number of lines. More... | |
NvOSD_LineParams * | line_params_list |
Holds the lines' parameters. More... | |
NvBufSurfaceParams* _NvOSD_FrameLineParams::buf_ptr |
Holds a pointer to the buffer containing the frame.
Definition at line 98 of file nvll_osd_api.h.
NvOSD_LineParams* _NvOSD_FrameLineParams::line_params_list |
Holds the lines' parameters.
Definition at line 104 of file nvll_osd_api.h.
NvOSD_Mode _NvOSD_FrameLineParams::mode |
Holds the OSD mode to be used for processing.
Definition at line 100 of file nvll_osd_api.h.
int _NvOSD_FrameLineParams::num_lines |
Holds the number of lines.
Definition at line 102 of file nvll_osd_api.h.