-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'public/master' into add_options
- Loading branch information
Showing
5 changed files
with
53 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,25 @@ | ||
# Apple OSX Installation | ||
# Mac OS Installation | ||
|
||
**Note:** OSX backend is temporarily unavailable. For OSX support for R200, F200, SR300 please use the [the master branch](https://github.com/IntelRealSense/librealsense/tree/master) | ||
**Note:** OSX 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](https://github.com/IntelRealSense/librealsense/tree/legacy) offers a subset of SDK functionality. | ||
|
||
**Note:** Due to the USB 3.0 translation layer between native hardware and virtual machine, the librealsense team does not recommend or support installation in a VM. | ||
## Building from Source | ||
|
||
1. Install XCode 6.0+ via the AppStore | ||
2. Install the Homebrew package manager via terminal - [link](http://brew.sh/) | ||
3. Install pkg-config and libusb via brew: | ||
3. Install the following packages via brew: | ||
* `brew install libusb pkg-config` | ||
4. Install glfw3 via brew: | ||
* `brew install homebrew/versions/glfw3` | ||
* `brew install cmake` | ||
4. Generate XCode project: | ||
* `mkdir build && cd build` | ||
* `cmake .. -DBUILD_EXAMPLES=true -DBUILD_WITH_OPENMP=false -DHWM_OVER_XU=false -G Xcode` | ||
5. Open and build the XCode project | ||
|
||
## What works? | ||
* SR300, D415 and D435 will stream depth, infrared and color at all supported resolutions | ||
* The Viewer, Depth-Quality Tool and most of the examples should work | ||
|
||
## What are the known issues? | ||
* Camera options are not yet supported (WIP) | ||
* Playback and record functionality is not yet supported | ||
* Changing configurations will often result in a crash or the new configuration not being applied (WIP) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters