Can opencv4.6.0 support openvino2022.1 at compile time. Why can’t I recognize openvino2022.1 when compiling 4.6.0.
unfortunately, we cannot see, what you have tried
Compared with the 2021 version, openvino2022.1 has changed too much. Many dependencies have been integrated and removed.
https://docs.openvino.ai/latest/openvino_2_0_deployment.html#doxid-openvino-2-0-deployment
In the previous cmake, you need to set <INSTALL_DIR>/deployment_tools/inference_engine/include
However, this path is no longer used.
1 Like