NVIDIA DeepStream SDK API Reference

4.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
_NvOSD_FrameRectParams Struct Reference

Detailed Description

Definition at line 75 of file nvll_osd_api.h.

Data Fields

NvBufSurfaceParamsbuf_ptr
 Holds pointer to the buffer containing frame. More...
 
NvOSD_Mode mode
 Holds OSD Mode to be used for processing. More...
 
int num_rects
 Holds number of Rectangles. More...
 
NvOSD_RectParamsrect_params_list
 Holds params of Rectangles. More...
 

Field Documentation

NvBufSurfaceParams* _NvOSD_FrameRectParams::buf_ptr

Holds pointer to the buffer containing frame.

Definition at line 78 of file nvll_osd_api.h.

NvOSD_Mode _NvOSD_FrameRectParams::mode

Holds OSD Mode to be used for processing.

Definition at line 80 of file nvll_osd_api.h.

int _NvOSD_FrameRectParams::num_rects

Holds number of Rectangles.

Definition at line 82 of file nvll_osd_api.h.

NvOSD_RectParams* _NvOSD_FrameRectParams::rect_params_list

Holds params of Rectangles.

Definition at line 84 of file nvll_osd_api.h.


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