NVIDIA DeepStream SDK API Reference

6.4 Release
_NvOSD_FrameRectParams Struct Reference

Detailed Description

Holds information about the rectangles in a frame.

Definition at line 70 of file nvll_osd_api.h.

Collaboration diagram for _NvOSD_FrameRectParams:

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_rects
 Holds the number of rectangles. More...
 
NvOSD_RectParamsrect_params_list
 Holds the rectangles' parameters. More...
 
NvBufSurfacesurf
 Holds information about batched buffers. More...
 

Field Documentation

◆ buf_ptr

NvBufSurfaceParams* _NvOSD_FrameRectParams::buf_ptr

Holds a pointer to the buffer containing the frame.

buf_ptr is deprecated. Use NvBufSurface *surf instead

Definition at line 74 of file nvll_osd_api.h.

◆ mode

NvOSD_Mode _NvOSD_FrameRectParams::mode

Holds the OSD mode to be used for processing.

Definition at line 76 of file nvll_osd_api.h.

◆ num_rects

int _NvOSD_FrameRectParams::num_rects

Holds the number of rectangles.

Definition at line 78 of file nvll_osd_api.h.

◆ rect_params_list

NvOSD_RectParams* _NvOSD_FrameRectParams::rect_params_list

Holds the rectangles' parameters.

Definition at line 80 of file nvll_osd_api.h.

◆ surf

NvBufSurface* _NvOSD_FrameRectParams::surf

Holds information about batched buffers.

Definition at line 82 of file nvll_osd_api.h.


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