NVIDIA DeepStream SDK API Reference

6.4 Release
_NvDsTargetMiscDataObject Struct Reference

Detailed Description

All misc data output for a single target.

Definition at line 66 of file nvds_tracker_meta.h.

Collaboration diagram for _NvDsTargetMiscDataObject:

Data Fields

NvDsTargetMiscDataFramelist
 Pointer to a list per-frame information of the target. More...
 
uint32_t numObj
 Number of frames this target appreared in the past. More...
 
uint32_t numAllocated
 Maximum number of frames allocated. More...
 
uint64_t uniqueId
 Target tracking id. More...
 
uint16_t classId
 Target class id. More...
 
char objLabel [MAX_LABEL_SIZE]
 An array of the string describing the target class. More...
 

Field Documentation

◆ classId

uint16_t _NvDsTargetMiscDataObject::classId

Target class id.

Definition at line 77 of file nvds_tracker_meta.h.

◆ list

NvDsTargetMiscDataFrame* _NvDsTargetMiscDataObject::list

Pointer to a list per-frame information of the target.

Definition at line 69 of file nvds_tracker_meta.h.

◆ numAllocated

uint32_t _NvDsTargetMiscDataObject::numAllocated

Maximum number of frames allocated.

Definition at line 73 of file nvds_tracker_meta.h.

◆ numObj

uint32_t _NvDsTargetMiscDataObject::numObj

Number of frames this target appreared in the past.

Definition at line 71 of file nvds_tracker_meta.h.

◆ objLabel

char _NvDsTargetMiscDataObject::objLabel[MAX_LABEL_SIZE]

An array of the string describing the target class.

Definition at line 79 of file nvds_tracker_meta.h.

◆ uniqueId

uint64_t _NvDsTargetMiscDataObject::uniqueId

Target tracking id.

Definition at line 75 of file nvds_tracker_meta.h.


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