NVIDIA DeepStream SDK API Reference4.0 Release |
Tracker configuration status.
Status of configuration request, both summary and per-config status.
Definition at line 120 of file nvdstracker.h.
Data Fields | |
NvMOTConfigStatus | summaryStatus |
Summary status of the entire configuration request. More... | |
NvMOTConfigStatus | computeStatus |
Compute target request status. More... | |
NvMOTConfigStatus | transformBatchStatus |
Transform batch config request status. More... | |
NvMOTConfigStatus | miscConfigStatus |
Status of the miscellaneous configs. More... | |
NvMOTConfigStatus | customConfigStatus |
Status of the custom configs. More... | |
NvMOTConfigStatus _NvMOTConfigResponse::computeStatus |
Compute target request status.
Definition at line 123 of file nvdstracker.h.
NvMOTConfigStatus _NvMOTConfigResponse::customConfigStatus |
Status of the custom configs.
Definition at line 126 of file nvdstracker.h.
NvMOTConfigStatus _NvMOTConfigResponse::miscConfigStatus |
Status of the miscellaneous configs.
Definition at line 125 of file nvdstracker.h.
NvMOTConfigStatus _NvMOTConfigResponse::summaryStatus |
Summary status of the entire configuration request.
Definition at line 122 of file nvdstracker.h.
NvMOTConfigStatus _NvMOTConfigResponse::transformBatchStatus |
Transform batch config request status.
Summary status for all transforms.
Definition at line 124 of file nvdstracker.h.