pyrealsense2-macosx
pyrealsense2-macosx copied to clipboard
Prebuilt pyrealsense2 packages for macOSX.
Hi @cansik and thank you very much for your work, this is the only solution I have managed to get working for the realsense cameras on a Mac. I have...
Ran the script using 'pwsh librealsense-python-mac.ps1' command and this error is thrown at the very end. Tried to pip install using 'pip install pyrealsense2-2.48.0-cp39-cp39-macosx_11_0_x86_64.whl' and I get an error saying...
Thanks for your work. Does it support the network RealSense connection? I tried to add `-DBUILD_NETWORK_DEVICE=ON` in [this line](https://github.com/cansik/pyrealsense2-macosx/blob/main/librealsense-python-mac.ps1#L79) of CMake, then tried [net_viewer.py](https://github.com/IntelRealSense/librealsense/blob/master/wrappers/python/examples/net_viewer.py). It will have `ImportError: cannot import...
Hey, I tried running the test depth stream with open-cv that you have provided and I get the no device connected error. I am running my code with sudo, but...