Replies: 1 comment
-
Hi @Rdnbt Do you mean the SR300 camera? If so then you can install the RealSense SDK 2.0 on M1 Mac by using brew install librealsense: https://formulae.brew.sh/formula/librealsense Or instead by using the Lightbuzz guide: https://lightbuzz.com/realsense-macos/ If your camera model is R200 then RealSense SDK 2.0 is not compatible with it, unfortunately. The Legacy Librealsense SDK is cmpatible with it and has Mac installation instructions but it was designed for Intel-based coputers rather than M1. https://github.com/IntelRealSense/librealsense/tree/v1.12.1 https://github.com/IntelRealSense/librealsense/blob/v1.12.1/doc/installation_osx.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have recently obtained Intel Real Sense R300 camera. I would like to use it on my macbook M1 laptop.
Is there any detailed walkthrough of installing the SDK on M1 devices?
Beta Was this translation helpful? Give feedback.
All reactions