NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
_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 149 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

NvMOTConfigStatus _NvMOTConfigResponse::computeStatus

Holds the compute target request status.

Definition at line 154 of file nvdstracker.h.

NvMOTConfigStatus _NvMOTConfigResponse::customConfigStatus

Holds the status of the custom configurations.

Definition at line 161 of file nvdstracker.h.

NvMOTConfigStatus _NvMOTConfigResponse::miscConfigStatus

Holds the status of the miscellaneous configurations.

Definition at line 159 of file nvdstracker.h.

NvMOTConfigStatus _NvMOTConfigResponse::summaryStatus

Holds the summary status of the entire configuration request.

Definition at line 152 of file nvdstracker.h.

NvMOTConfigStatus _NvMOTConfigResponse::transformBatchStatus

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

Definition at line 157 of file nvdstracker.h.


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