使用Cmake和openCV安装ZED时出错

时间:2017-05-12 06:43:32

标签: opencv cmake filepath zed-sdk

我想从Stereolabs安装我的ZED相机。我正在精确地遵循每一步(https://www.stereolabs.com/documentation/overview/getting-started/application-development.html#installation),但它没有奏效。从错误日志中可以看出,配置和目录的路径是错误的。所以我手动设置但仍然转到错误的文件和目录。Errorlog and my configuration

    CMake Warning at C:/Program Files (x86)/ZED SDK/dependencies/opencv_3.1.0/OpenCVConfig.cmake:166 (message):
  Found OpenCV Windows Pack but it has no binaries compatible with your
  configuration.

  You should manually point CMake variable OpenCV_DIR to your build of OpenCV
  library.
Call Stack (most recent call first):
  CMakeLists.txt:41 (find_package)


CMake Error at CMakeLists.txt:41 (find_package):
  Found package configuration file:

    C:/Program Files (x86)/ZED SDK/dependencies/opencv_3.1.0/OpenCVConfig.cmake

  but it set OpenCV_FOUND to FALSE so package "OpenCV" is considered to be
  NOT FOUND.

感谢您的帮助!

0 个答案:

没有答案