NVIDIA DeepStream SDK API Reference

7.1 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 156 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 161 of file nvdstracker.h.

◆ customConfigStatus

NvMOTConfigStatus _NvMOTConfigResponse::customConfigStatus

Holds the status of the custom configurations.

Definition at line 168 of file nvdstracker.h.

◆ miscConfigStatus

NvMOTConfigStatus _NvMOTConfigResponse::miscConfigStatus

Holds the status of the miscellaneous configurations.

Definition at line 166 of file nvdstracker.h.

◆ summaryStatus

NvMOTConfigStatus _NvMOTConfigResponse::summaryStatus

Holds the summary status of the entire configuration request.

Definition at line 159 of file nvdstracker.h.

◆ transformBatchStatus

NvMOTConfigStatus _NvMOTConfigResponse::transformBatchStatus

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

Definition at line 164 of file nvdstracker.h.


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