NVIDIA DeepStream SDK API Reference

8.0 Release
_NvMOTMFConfigResponse 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 82 of file nvdsmotmetafusion.h.

Data Fields

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

Field Documentation

◆ computeStatus

NvMOTMFConfigStatus _NvMOTMFConfigResponse::computeStatus

Holds the compute target request status.

Definition at line 87 of file nvdsmotmetafusion.h.

◆ customConfigStatus

NvMOTMFConfigStatus _NvMOTMFConfigResponse::customConfigStatus

Holds the status of the custom configurations.

Definition at line 94 of file nvdsmotmetafusion.h.

◆ miscConfigStatus

NvMOTMFConfigStatus _NvMOTMFConfigResponse::miscConfigStatus

Holds the status of the miscellaneous configurations.

Definition at line 92 of file nvdsmotmetafusion.h.

◆ summaryStatus

NvMOTMFConfigStatus _NvMOTMFConfigResponse::summaryStatus

Holds the summary status of the entire configuration request.

Definition at line 85 of file nvdsmotmetafusion.h.

◆ transformBatchStatus

NvMOTMFConfigStatus _NvMOTMFConfigResponse::transformBatchStatus

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

Definition at line 90 of file nvdsmotmetafusion.h.


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