NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds information about the lines in a frame.

Definition at line 95 of file nvll_osd_api.h.

Collaboration diagram for _NvOSD_FrameLineParams:

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_lines
 Holds the number of lines. More...
 
NvOSD_LineParamsline_params_list
 Holds the lines' parameters. More...
 

Field Documentation

NvBufSurfaceParams* _NvOSD_FrameLineParams::buf_ptr

Holds a pointer to the buffer containing the frame.

Definition at line 98 of file nvll_osd_api.h.

NvOSD_LineParams* _NvOSD_FrameLineParams::line_params_list

Holds the lines' parameters.

Definition at line 104 of file nvll_osd_api.h.

NvOSD_Mode _NvOSD_FrameLineParams::mode

Holds the OSD mode to be used for processing.

Definition at line 100 of file nvll_osd_api.h.

int _NvOSD_FrameLineParams::num_lines

Holds the number of lines.

Definition at line 102 of file nvll_osd_api.h.


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