NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds information about the text in a frame.

Definition at line 67 of file nvll_osd_api.h.

Collaboration diagram for _NvOSD_FrameTextParams:

Data Fields

NvBufSurfaceParamsbuf_ptr
 Holds a pointer to a buffer containing a frame. More...
 
NvOSD_Mode mode
 Holds the OSD mode to be used for processing. More...
 
int num_strings
 Holds the number of strings. More...
 
NvOSD_TextParamstext_params_list
 Holds the strings' text parameters. More...
 

Field Documentation

NvBufSurfaceParams* _NvOSD_FrameTextParams::buf_ptr

Holds a pointer to a buffer containing a frame.

Definition at line 70 of file nvll_osd_api.h.

NvOSD_Mode _NvOSD_FrameTextParams::mode

Holds the OSD mode to be used for processing.

Definition at line 72 of file nvll_osd_api.h.

int _NvOSD_FrameTextParams::num_strings

Holds the number of strings.

Definition at line 74 of file nvll_osd_api.h.

NvOSD_TextParams* _NvOSD_FrameTextParams::text_params_list

Holds the strings' text parameters.

Definition at line 76 of file nvll_osd_api.h.


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