Skip to content

azure kinect sensor sdk: depends on opencv

Fabian Reister requested to merge fix/azure-kinect-depends-on-opencv into main

see 'find_package(OpenCV)' within the sensor sdk

  • ./tests/executables/CMakeLists.txt
  • ./examples/CMakeLists.txt

If the environment variable OpenCV_DIR is not set, then the OpenCV system package will be used instead of the one we have in our workspace.

Merge request reports