NVIDIA DeepStream SDK API Reference

6.4 Release
_NvMOTConfigResponse Struct Reference

Detailed Description

Holds a tracker's configuration status.

Holds the status of a configuration request; includes both summary and per-configuration status.

Definition at line 162 of file nvdstracker.h.

Data Fields

NvMOTConfigStatus summaryStatus
 Holds the summary status of the entire configuration request. More...
 
NvMOTConfigStatus computeStatus
 Holds the compute target request status. More...
 
NvMOTConfigStatus transformBatchStatus
 Holds the transform batch configuration request status: summary status for all transforms. More...
 
NvMOTConfigStatus miscConfigStatus
 Holds the status of the miscellaneous configurations. More...
 
NvMOTConfigStatus customConfigStatus
 Holds the status of the custom configurations. More...
 

Field Documentation

◆ computeStatus

NvMOTConfigStatus _NvMOTConfigResponse::computeStatus

Holds the compute target request status.

Definition at line 167 of file nvdstracker.h.

◆ customConfigStatus

NvMOTConfigStatus _NvMOTConfigResponse::customConfigStatus

Holds the status of the custom configurations.

Definition at line 174 of file nvdstracker.h.

◆ miscConfigStatus

NvMOTConfigStatus _NvMOTConfigResponse::miscConfigStatus

Holds the status of the miscellaneous configurations.

Definition at line 172 of file nvdstracker.h.

◆ summaryStatus

NvMOTConfigStatus _NvMOTConfigResponse::summaryStatus

Holds the summary status of the entire configuration request.

Definition at line 165 of file nvdstracker.h.

◆ transformBatchStatus

NvMOTConfigStatus _NvMOTConfigResponse::transformBatchStatus

Holds the transform batch configuration request status: summary status for all transforms.

Definition at line 170 of file nvdstracker.h.


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