NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds information about the circles in a frame.

Definition at line 119 of file nvll_osd_api.h.

Collaboration diagram for _NvOSD_FrameCircleParams:

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_circles
 Holds the number of circles. More...
 
NvOSD_CircleParamscircle_params_list
 Holds the parameters of the circles. More...
 

Field Documentation

NvBufSurfaceParams* _NvOSD_FrameCircleParams::buf_ptr

Holds a pointer to the buffer containing the frame.

Definition at line 122 of file nvll_osd_api.h.

NvOSD_CircleParams* _NvOSD_FrameCircleParams::circle_params_list

Holds the parameters of the circles.

Definition at line 128 of file nvll_osd_api.h.

NvOSD_Mode _NvOSD_FrameCircleParams::mode

Holds the OSD mode to be used for processing.

Definition at line 124 of file nvll_osd_api.h.

int _NvOSD_FrameCircleParams::num_circles

Holds the number of circles.

Definition at line 126 of file nvll_osd_api.h.


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