我在一个问题上需要帮助,即没有生成我的插件描述。我的 .adtfplugin 生成正确。我想使用 adtf_plugin_description_generator.exe 生成插件描述。它需要一些 opencv dll 和一个特定的系统文件。
所以我去了我的adtf bin路径并跑了
adtf_plugin_description_generator.exe -plugin=C:/Users/XXX/myplugin.adtfplugin -system=C:/Users/XXX/xxx.adtfsystem -dynamiclinks=[C:/Users/XXX/opencv.dll;C:/Users/XXX/someotherdlls]
当我在 cmd shell 中运行上述命令时,出现类似错误
2021-04-06 16:03:45 [ERROR]: Could not register plugin in runtime Result code '-20 '(ERR_NOT_FOUND) - Could not load plugin "C:\Filters\example": file or dependencies not found [File: C:\jenkins\ws\A3_bld\PLATFORM\WIN7_x64_vc140\source\src\libraries\ucom3\src\runtime.cpp] [Line: 1759] [Func: adtf::ucom::ant::detail::cRuntime::cRuntimePrivate::LoadPluginImpl] [main.cpp(229)]
2021-04-06 16:03:45 [ERROR]: Result code '-20 '(ERR_NOT_FOUND) - Could not load plugin "C:\Filters\example": file or dependencies not found [File: C:\jenkins\ws\A3_bld\PLATFORM\WIN7_x64_vc140\source\src\libraries\ucom3\src\runtime.cpp] [Line: 1759] [Func: adtf::ucom::ant::detail::cRuntime::cRuntimePrivate::LoadPluginImpl] [main.cpp(693)]
如果问题不清楚,请原谅。