NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds information about the arrows in a frame.

Definition at line 106 of file nvll_osd_api.h.

Collaboration diagram for _NvOSD_FrameArrowParams:

Data Fields

NvBufSurfaceParamsbuf_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_arrows
 Holds the number of arrows. More...
 
NvOSD_ArrowParamsarrow_params_list
 Holds the parameters of the arrows. More...
 

Field Documentation

NvOSD_ArrowParams* _NvOSD_FrameArrowParams::arrow_params_list

Holds the parameters of the arrows.

Definition at line 115 of file nvll_osd_api.h.

NvBufSurfaceParams* _NvOSD_FrameArrowParams::buf_ptr

Holds a pointer to the buffer containing the frame.

Definition at line 109 of file nvll_osd_api.h.

NvOSD_Mode _NvOSD_FrameArrowParams::mode

Holds the OSD mode to be used for processing.

Definition at line 111 of file nvll_osd_api.h.

int _NvOSD_FrameArrowParams::num_arrows

Holds the number of arrows.

Definition at line 113 of file nvll_osd_api.h.


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