I need help in one problem i.e my plugin description is not being generated . My .adtfplugin is generated properly. And i wanted to generated plugin description using adtf_plugin_description_generator.exe. It requires some opencv dlls and one specific system file.
So i went to my adtf bin path and ran
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]
When i ran above command in cmd shell , i get error like
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)]
Please excuse me if the question is not clear.