Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support on macOS Monterey and Ventura #7

Open
swishswish123 opened this issue May 2, 2023 · 5 comments
Open

Support on macOS Monterey and Ventura #7

swishswish123 opened this issue May 2, 2023 · 5 comments
Labels
question Further information is requested

Comments

@swishswish123
Copy link

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 managed to get pyrealsense2-macosx working after downgrading to macOS Big-Sur and I have no issues with the installation on Monterey. However when on Monterey, the camera doesn't seem to connect:

    pipeline.start(config)
RuntimeError: No device connected

Would it be possible to expand this package to newer versions of Mac?

Thanks again for your consideration and hard work in sharing and maintaining this package, it is greatly appreciated!

@HiWiQiao
Copy link

HiWiQiao commented May 2, 2023

the same issue ,I ran into this problem while writing my thesis and it disturbed me.

@gschian0
Copy link

I am getting this error on Monterey as well. Is there a way to do this for M1?

@selenecodes
Copy link

Apart from power state issues it works fine when running under sudo. E.g. sudo jupyter notebook --allow-root fixes the issues with not finding a device (this ofc raises security concerns but is apparantly due to MacOS ventura locking down usb)

@rosejn
Copy link

rosejn commented Nov 17, 2023

Sadly it seems that Sonoma breaks realsense yet again, in a different way. Now even with sudo we get:

Job 1, 'sudo realsense-viewer' terminated by signal SIGSEGV (Address boundary error)

@cansik
Copy link
Owner

cansik commented Jan 19, 2024

I was able to build version 2.54.2 and run the test scripts using sudo to display RGB and depth streams. The current framework works, not stable (sometimes you have to run it twice), but when using sudo it seems to work.

@cansik cansik added the question Further information is requested label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

6 participants