NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
_NvOSD_ArrowParams Struct Reference

Detailed Description

Holds arrow parameters to be overlaid.

Definition at line 203 of file nvll_osd_struct.h.

Collaboration diagram for _NvOSD_ArrowParams:

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...
 

Field Documentation

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.


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