InitManager
Function Usage
Initializes a StreamManager.
Prototype
1 2 | APP_ERROR MxStreamManager::InitManager ( const std::vector<std::string>& argStrings = std::vector<std::string> ( )); |
1 2 | APP_ERROR MxStreamManager::InitManager (const MxBase::AppGlobalCfgExtra &globalCfgExtra, const std::vector<std::string>& argStrings = std::vector<std::string>()); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
argStrings |
Input |
StreamManager initialization parameter. Currently, this parameter is left blank. |
globalCfgExtra |
Input |
AppGlobalCfgExtra type that applies to global configuration. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: MxStreamManager