NVIDIA DeepStream SDK API Reference

7.0 Release
_NvDewarperSurfaceMeta Struct Reference

Detailed Description

Holds a set of dewarper metadata.

Definition at line 93 of file nvds_dewarper_meta.h.

Data Fields

guint type [MAX_DEWARPED_VIEWS]
 Holds an array of the types of dewarped surfaces. More...
 
guint index [MAX_DEWARPED_VIEWS]
 Holds an array of indices of dewarped surfaces. More...
 
guint source_id
 Holds the source ID of the frame, e.g. More...
 
guint num_filled_surfaces
 Holds the number of filled surfaces in the frame. More...
 

Field Documentation

◆ index

guint _NvDewarperSurfaceMeta::index[MAX_DEWARPED_VIEWS]

Holds an array of indices of dewarped surfaces.

Definition at line 97 of file nvds_dewarper_meta.h.

◆ num_filled_surfaces

guint _NvDewarperSurfaceMeta::num_filled_surfaces

Holds the number of filled surfaces in the frame.

Definition at line 101 of file nvds_dewarper_meta.h.

◆ source_id

guint _NvDewarperSurfaceMeta::source_id

Holds the source ID of the frame, e.g.

the camera ID.

Definition at line 99 of file nvds_dewarper_meta.h.

◆ type

guint _NvDewarperSurfaceMeta::type[MAX_DEWARPED_VIEWS]

Holds an array of the types of dewarped surfaces.

Definition at line 95 of file nvds_dewarper_meta.h.


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