OpenCV is attempting to load GTK-based libraries for its GUI (opencv_highgui_gtk4100_64.dll
, opencv_highgui_gtk34100_64.dll
, etc.), but it is failing to do so.
There are also failed attempts to load parallel processing libraries (like opencv_core_parallel_onetbb4100_64d.dll
, opencv_core_parallel_tbb4100_64d.dll
, and opencv_core_parallel_openmp4100_64d.dll
)
Are these issue is impacting the functionality of my application or can i ignore these?
form of the message:
[ INFO:0@4.174] global plugin_loader.impl.hpp:67 cv::plugin::impl::DynamicLib::libraryLoad load C:\Program Files\OpenCV\build\x64\vc16\bin\opencv_core_parallel_onetbb4100_64d.dll => FAILED
The application is a 3d camera calibration sample, it makes the calibration and it works, but when i try to use fusion sample to connect whit 2d camera it gives me enum errors?