NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds a set of dewarper metadata.

Definition at line 62 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

guint _NvDewarperSurfaceMeta::index[MAX_DEWARPED_VIEWS]

Holds an array of indices of dewarped surfaces.

Definition at line 66 of file nvds_dewarper_meta.h.

guint _NvDewarperSurfaceMeta::num_filled_surfaces

Holds the number of filled surfaces in the frame.

Definition at line 70 of file nvds_dewarper_meta.h.

guint _NvDewarperSurfaceMeta::source_id

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

the camera ID.

Definition at line 68 of file nvds_dewarper_meta.h.

guint _NvDewarperSurfaceMeta::type[MAX_DEWARPED_VIEWS]

Holds an array of the types of dewarped surfaces.

Definition at line 64 of file nvds_dewarper_meta.h.


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