Holds the configuration information from the nvinferserver element properties.
Definition at line 114 of file gstnvinferserver_impl.h.
| Data Fields | |
| std::string | configPath | 
| uint32_t | maxBatchSize = 0 | 
| int32_t | interval = -1 | 
| uint32_t | uniqueId = 0 | 
| uint32_t | processMode = 0 | 
| int32_t | inferOnGieId = -1 | 
| bool | inputTensorFromMeta = false | 
| std::vector< int32_t > | operateOnClassIds | 
| std::string | classifierType | 
| std::string gstnvinferserver::GstNvInferServerProperties::classifierType | 
Definition at line 123 of file gstnvinferserver_impl.h.
Referenced by gstnvinferserver::GstNvInferServerImpl::classifierType().
| std::string gstnvinferserver::GstNvInferServerProperties::configPath | 
Definition at line 115 of file gstnvinferserver_impl.h.
| int32_t gstnvinferserver::GstNvInferServerProperties::inferOnGieId = -1 | 
Definition at line 120 of file gstnvinferserver_impl.h.
| bool gstnvinferserver::GstNvInferServerProperties::inputTensorFromMeta = false | 
Definition at line 121 of file gstnvinferserver_impl.h.
| int32_t gstnvinferserver::GstNvInferServerProperties::interval = -1 | 
Definition at line 117 of file gstnvinferserver_impl.h.
| uint32_t gstnvinferserver::GstNvInferServerProperties::maxBatchSize = 0 | 
Definition at line 116 of file gstnvinferserver_impl.h.
| std::vector<int32_t> gstnvinferserver::GstNvInferServerProperties::operateOnClassIds | 
Definition at line 122 of file gstnvinferserver_impl.h.
| uint32_t gstnvinferserver::GstNvInferServerProperties::processMode = 0 | 
Definition at line 119 of file gstnvinferserver_impl.h.
| uint32_t gstnvinferserver::GstNvInferServerProperties::uniqueId = 0 | 
Definition at line 118 of file gstnvinferserver_impl.h.
Referenced by gstnvinferserver::GstNvInferServerImpl::uniqueId().