Common Parameters
Parameter |
Data Type |
Description |
|---|---|---|
pluginName_ |
string |
Plugin name |
streamName_ |
string |
Stream name |
elementName_ |
string |
Plugin element name |
dataSource_ |
string |
Data source. The default value is auto. |
srcPadNum_ |
size_t |
Number of input ports |
sinkPadNum_ |
size_t |
Number of output ports |
deviceId_ |
int |
Device ID |
status_ |
int |
Synchronous/Asynchronous flag. The default value is 0(async). |
dataSourceKeys_ |
std::vector<std::string> |
Data source key |
outputDataKeys_ |
std::vector<std::string> |
Output data key |
elementDynamicImageSize_ |
std::map<std::string, std::vector<ImageSize>> |
Dynamic image size of a model |
useDevice_ |
bool |
Whether to use NPU. The default value is true. |
Parent topic: MxPluginBase