NVIDIA DeepStream SDK API Reference6.0 Release |
Holds information about the text in a frame.
Definition at line 54 of file nvll_osd_api.h.
Data Fields | |
NvBufSurfaceParams * | buf_ptr |
Holds a pointer to a buffer containing a frame. More... | |
NvOSD_Mode | mode |
Holds the OSD mode to be used for processing. More... | |
int | num_strings |
Holds the number of strings. More... | |
NvOSD_TextParams * | text_params_list |
Holds the strings' text parameters. More... | |
NvBufSurfaceParams* _NvOSD_FrameTextParams::buf_ptr |
Holds a pointer to a buffer containing a frame.
Definition at line 57 of file nvll_osd_api.h.
NvOSD_Mode _NvOSD_FrameTextParams::mode |
Holds the OSD mode to be used for processing.
Definition at line 59 of file nvll_osd_api.h.
int _NvOSD_FrameTextParams::num_strings |
Holds the number of strings.
Definition at line 61 of file nvll_osd_api.h.
NvOSD_TextParams* _NvOSD_FrameTextParams::text_params_list |
Holds the strings' text parameters.
Definition at line 63 of file nvll_osd_api.h.