NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds arrow parameters to be overlaid.
Definition at line 203 of file nvll_osd_struct.h.
Data Fields | |
unsigned int | x1 |
Holds the start horizontal coordinate in pixels. More... | |
unsigned int | y1 |
Holds the start vertical coordinate in pixels. More... | |
unsigned int | x2 |
Holds the end horizontal coordinate in pixels. More... | |
unsigned int | y2 |
Holds the end vertical coordinate in pixels. More... | |
unsigned int | arrow_width |
Holds the arrow shaft width in pixels. More... | |
NvOSD_Arrow_Head_Direction | arrow_head |
Holds the arrowhead position. More... | |
NvOSD_ColorParams | arrow_color |
Holds color parameters of the arrow box. More... | |
unsigned int | reserved |
Reserved for future use; currently for internal use only. More... | |
NvOSD_ColorParams _NvOSD_ArrowParams::arrow_color |
Holds color parameters of the arrow box.
Definition at line 217 of file nvll_osd_struct.h.
NvOSD_Arrow_Head_Direction _NvOSD_ArrowParams::arrow_head |
Holds the arrowhead position.
Definition at line 214 of file nvll_osd_struct.h.
unsigned int _NvOSD_ArrowParams::arrow_width |
Holds the arrow shaft width in pixels.
Definition at line 212 of file nvll_osd_struct.h.
unsigned int _NvOSD_ArrowParams::reserved |
Reserved for future use; currently for internal use only.
Definition at line 220 of file nvll_osd_struct.h.
unsigned int _NvOSD_ArrowParams::x1 |
Holds the start horizontal coordinate in pixels.
Definition at line 204 of file nvll_osd_struct.h.
unsigned int _NvOSD_ArrowParams::x2 |
Holds the end horizontal coordinate in pixels.
Definition at line 208 of file nvll_osd_struct.h.
unsigned int _NvOSD_ArrowParams::y1 |
Holds the start vertical coordinate in pixels.
Definition at line 206 of file nvll_osd_struct.h.
unsigned int _NvOSD_ArrowParams::y2 |
Holds the end vertical coordinate in pixels.
Definition at line 210 of file nvll_osd_struct.h.