Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
Note: macOS support for the full range of functionality offered by the SDK is not yet complete. If you need support for R200 or the SR300, legacy librealsense offers a subset of SDK functionality.
brew install libusb pkg-config
brew install homebrew/core/glfw3
brew install cmake
mkdir build && cd build
cmake .. -DBUILD_EXAMPLES=true -DBUILD_WITH_OPENMP=false -DHWM_OVER_XU=false -G Xcode