You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prebuilt pyrealsense2 packages of the [librealsense](https://github.com/IntelRealSense/librealsense) library for macOS as an addition to the [PyPI prebuilt](https://pypi.org/project/pyrealsense2/) packages by Intel.
6
+
Prebuilt pyrealsense2 packages of the [librealsense](https://github.com/realsenseai/librealsense) library for macOS as an addition to the [PyPI prebuilt](https://pypi.org/project/pyrealsense2/) packages by Intel.
7
7
8
8
### Prebuilt
9
9
To install the prebuilt wheel packages from this repository, run the following command (macOSX librealsense is included):
Since `2.50.0` the realsense binaries have to run under sudo on some MacOS to find a device. Otherwise strange errors appear (`failed to set power state`). This seems to be a bug in the realsense framework and is already discussed in [this librealsense2 issue](https://github.com/IntelRealSense/librealsense/issues/9916#issuecomment-1082893427).
49
+
Since `2.50.0` the realsense binaries have to run under sudo on some MacOS to find a device. Otherwise strange errors appear (`failed to set power state`). This seems to be a bug in the realsense framework and is already discussed in [this librealsense2 issue](https://github.com/realsenseai/librealsense/issues/9916#issuecomment-1082893427).
50
50
51
51
52
52
### Manual Build
@@ -79,7 +79,7 @@ Run the build script in your preferred shell.
79
79
pwsh librealsense-python-mac.ps1
80
80
```
81
81
82
-
It is possible to set the [tag version](https://github.com/IntelRealSense/librealsense/tags) to build older releases:
82
+
It is possible to set the [tag version](https://github.com/realsenseai/librealsense/tags) to build older releases:
0 commit comments