初始化所有设备。
APP_ERROR DeviceManager::InitDevices(std::string configFilePath = "");
参数名 |
输入/输出 |
说明 |
---|---|---|
configFilePath |
输入 |
配置文件路径。 |
数据结构 |
说明 |
---|---|
APP_ERROR |
程序执行返回的错误码,请参考“MxBase/ErrorCode/ErrorCode.h”文件。 |