NVIDIA DeepStream SDK API Reference

4.0 Release

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

Detailed Description

Definition at line 87 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_lines
 Holds number of Lines. More...
 
NvOSD_LineParamsline_params_list
 Holds params of Lines. More...
 

Field Documentation

NvBufSurfaceParams* _NvOSD_FrameLineParams::buf_ptr

Holds pointer to the buffer containing frame.

Definition at line 90 of file nvll_osd_api.h.

NvOSD_LineParams* _NvOSD_FrameLineParams::line_params_list

Holds params of Lines.

Definition at line 96 of file nvll_osd_api.h.

NvOSD_Mode _NvOSD_FrameLineParams::mode

Holds OSD Mode to be used for processing.

Definition at line 92 of file nvll_osd_api.h.

int _NvOSD_FrameLineParams::num_lines

Holds number of Lines.

Definition at line 94 of file nvll_osd_api.h.


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