<aside> 🔥 Instructions from: https://dev.intelrealsense.com/docs/macos-installation-for-intel-realsense-sdk?_ga=2.112678784.56787991.1618761653-2135570363.161860531
</aside>
brew install libusb pkg-config brew install homebrew/core/glfw3 brew install cmake
Note: librealsense requires CMake version 3.8+ that can be obtained via the official CMake site.
Generate XCode project:
mkdir build && cd build sudo xcode-select --reset cmake .. -DBUILD_EXAMPLES=true -DBUILD_WITH_OPENMP=false -DHWM_OVER_XU=false - G Xcode
Open and build the XCode project.