NVIDIA DeepStream SDK API Reference

9.0 Release
gstnvinferserver::GstNvInferServerProperties Struct Reference

Detailed Description

Holds the configuration information from the nvinferserver element properties.

Definition at line 114 of file sources/gst-plugins/gst-nvinferserver/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
 

Field Documentation

◆ classifierType

std::string gstnvinferserver::GstNvInferServerProperties::classifierType

◆ configPath

std::string gstnvinferserver::GstNvInferServerProperties::configPath

◆ inferOnGieId

int32_t gstnvinferserver::GstNvInferServerProperties::inferOnGieId = -1

◆ inputTensorFromMeta

bool gstnvinferserver::GstNvInferServerProperties::inputTensorFromMeta = false

◆ interval

int32_t gstnvinferserver::GstNvInferServerProperties::interval = -1

◆ maxBatchSize

uint32_t gstnvinferserver::GstNvInferServerProperties::maxBatchSize = 0

◆ operateOnClassIds

std::vector< int32_t > gstnvinferserver::GstNvInferServerProperties::operateOnClassIds

◆ processMode

uint32_t gstnvinferserver::GstNvInferServerProperties::processMode = 0

◆ uniqueId

uint32_t gstnvinferserver::GstNvInferServerProperties::uniqueId = 0

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