NVIDIA DeepStream SDK API Reference

6.4 Release
_NvOSD_TextParams Struct Reference

Detailed Description

Holds parameters of text to be overlayed.

Definition at line 114 of file nvll_osd_struct.h.

Collaboration diagram for _NvOSD_TextParams:

Data Fields

char * display_text
 Holds the text to be overlayed. More...
 
unsigned int x_offset
 Holds the text's horizontal offset from the top left pixel of the frame. More...
 
unsigned int y_offset
 Holds the text's vertical offset from the top left pixel of the frame. More...
 
NvOSD_FontParams font_params
 Holds the font parameters of the text to be overlaid. More...
 
int set_bg_clr
 Holds a Boolean; true if the text has a background color. More...
 
NvOSD_ColorParams text_bg_clr
 Holds the text's background color, if specified. More...
 

Field Documentation

◆ display_text

char* _NvOSD_TextParams::display_text

Holds the text to be overlayed.

Definition at line 115 of file nvll_osd_struct.h.

◆ font_params

NvOSD_FontParams _NvOSD_TextParams::font_params

Holds the font parameters of the text to be overlaid.

Definition at line 121 of file nvll_osd_struct.h.

◆ set_bg_clr

int _NvOSD_TextParams::set_bg_clr

Holds a Boolean; true if the text has a background color.

Definition at line 123 of file nvll_osd_struct.h.

◆ text_bg_clr

NvOSD_ColorParams _NvOSD_TextParams::text_bg_clr

Holds the text's background color, if specified.

Definition at line 126 of file nvll_osd_struct.h.

◆ x_offset

unsigned int _NvOSD_TextParams::x_offset

Holds the text's horizontal offset from the top left pixel of the frame.

Definition at line 117 of file nvll_osd_struct.h.

◆ y_offset

unsigned int _NvOSD_TextParams::y_offset

Holds the text's vertical offset from the top left pixel of the frame.

Definition at line 119 of file nvll_osd_struct.h.


The documentation for this struct was generated from the following file: