NVIDIA DeepStream SDK API Reference6.0 Release |
Holds metadata for a frame in a batch.
Definition at line 265 of file nvdsmeta.h.
Data Fields | |
NvDsBaseMeta | base_meta |
Holds the base metadata for the frame. More... | |
guint | pad_index |
Holds the pad or port index of the Gst-streammux plugin for the frame in the batch. More... | |
guint | batch_id |
Holds the location of the frame in the batch. More... | |
gint | frame_num |
Holds the current frame number of the source. More... | |
guint64 | buf_pts |
Holds the presentation timestamp (PTS) of the frame. More... | |
guint64 | ntp_timestamp |
Holds the ntp timestamp. More... | |
guint | source_id |
Holds the source IDof the frame in the batch, e.g. More... | |
gint | num_surfaces_per_frame |
Holds the number of surfaces in the frame, required in case of multiple surfaces in the frame. More... | |
guint | source_frame_width |
guint | source_frame_height |
guint | surface_type |
guint | surface_index |
guint | num_obj_meta |
Holds the number of object meta elements attached to current frame. More... | |
gboolean | bInferDone |
Holds a Boolean indicating whether inference is performed on the frame. More... | |
NvDsObjectMetaList * | obj_meta_list |
Holds a pointer to a list of pointers of type NvDsObjectMeta in use for the frame. More... | |
NvDisplayMetaList * | display_meta_list |
Holds a pointer to a list of pointers of type NvDsDisplayMeta in use for the frame. More... | |
NvDsUserMetaList * | frame_user_meta_list |
Holds a pointer to a list of pointers of type NvDsUserMeta in use for the frame. More... | |
gint64 | misc_frame_info [MAX_USER_FIELDS] |
Holds additional user-defined frame information. More... | |
guint | pipeline_width |
guint | pipeline_height |
gint64 | reserved [MAX_RESERVED_FIELDS] |
For internal use. More... | |
NvDsBaseMeta _NvDsFrameMeta::base_meta |
Holds the base metadata for the frame.
Definition at line 267 of file nvdsmeta.h.
guint _NvDsFrameMeta::batch_id |
Holds the location of the frame in the batch.
The frame's NvBufSurfaceParams are at index batch_id in the surfaceList array of NvBufSurface.
Definition at line 274 of file nvdsmeta.h.
gboolean _NvDsFrameMeta::bInferDone |
Holds a Boolean indicating whether inference is performed on the frame.
Definition at line 300 of file nvdsmeta.h.
guint64 _NvDsFrameMeta::buf_pts |
Holds the presentation timestamp (PTS) of the frame.
Definition at line 278 of file nvdsmeta.h.
NvDisplayMetaList* _NvDsFrameMeta::display_meta_list |
Holds a pointer to a list of pointers of type NvDsDisplayMeta in use for the frame.
Definition at line 306 of file nvdsmeta.h.
gint _NvDsFrameMeta::frame_num |
Holds the current frame number of the source.
Definition at line 276 of file nvdsmeta.h.
NvDsUserMetaList* _NvDsFrameMeta::frame_user_meta_list |
Holds a pointer to a list of pointers of type NvDsUserMeta in use for the frame.
Definition at line 309 of file nvdsmeta.h.
gint64 _NvDsFrameMeta::misc_frame_info[MAX_USER_FIELDS] |
Holds additional user-defined frame information.
Definition at line 311 of file nvdsmeta.h.
guint64 _NvDsFrameMeta::ntp_timestamp |
guint _NvDsFrameMeta::num_obj_meta |
Holds the number of object meta elements attached to current frame.
Definition at line 298 of file nvdsmeta.h.
gint _NvDsFrameMeta::num_surfaces_per_frame |
Holds the number of surfaces in the frame, required in case of multiple surfaces in the frame.
Definition at line 286 of file nvdsmeta.h.
NvDsObjectMetaList* _NvDsFrameMeta::obj_meta_list |
Holds a pointer to a list of pointers of type NvDsObjectMeta in use for the frame.
Definition at line 303 of file nvdsmeta.h.
guint _NvDsFrameMeta::pad_index |
Holds the pad or port index of the Gst-streammux plugin for the frame in the batch.
Definition at line 270 of file nvdsmeta.h.
guint _NvDsFrameMeta::pipeline_height |
Definition at line 315 of file nvdsmeta.h.
guint _NvDsFrameMeta::pipeline_width |
Definition at line 313 of file nvdsmeta.h.
gint64 _NvDsFrameMeta::reserved[MAX_RESERVED_FIELDS] |
For internal use.
Definition at line 317 of file nvdsmeta.h.
guint _NvDsFrameMeta::source_frame_height |
Definition at line 290 of file nvdsmeta.h.
guint _NvDsFrameMeta::source_frame_width |
Definition at line 288 of file nvdsmeta.h.
guint _NvDsFrameMeta::source_id |
Holds the source IDof the frame in the batch, e.g.
the camera ID. It need not be in sequential order.
Definition at line 283 of file nvdsmeta.h.
guint _NvDsFrameMeta::surface_index |
Definition at line 296 of file nvdsmeta.h.
guint _NvDsFrameMeta::surface_type |
Definition at line 293 of file nvdsmeta.h.