SsageParuders/Android_Native_Surface
my_android_opencv/cmake/OpenCVDetectInferenceEngine.cmake
:7
find_package(OpenVINO QUIET)
find_package(OpenVINO QUIET)
find_package(OpenVINO ${OV_COMPATIBILITY_VERSION} REQUIRED
COMPONENTS Runtime Threading
PATHS "${OpenVINO_DIR_PY}")
find_package(OpenVINO COMPONENTS Runtime REQUIRED)
find_package(OpenVINO REQUIRED COMPONENTS Runtime)
find_package(OpenVINO REQUIRED COMPONENTS Runtime)