-
Notifications
You must be signed in to change notification settings - Fork 17
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
Could not create device error on Raspberry Pi #4
Comments
Hi @JLBicho
What you could also test is to run the container as
and you might want to try this as well. |
Hello @2b-t, thank you for the quick answer.
I've tried with The last link you've sent does not work for me as I'm on Raspbian not Ubuntu, the Any of this additional information gives you a hint? Thanks! |
As you can see |
Hello, I've tried to pass only the I'll keep trying things and let you know. Thank you! |
I will close this for now as I am pretty certain is is unrelated to the Docker container as such but rather to the Realsense driver. The Realsense drivers are an incredibly fragile and messy piece of software that have several known problems with single-board computers such as the Raspberrys or the Nvidia Jetson embedded computing boards that Intel has failed to address over the last couple of years. |
Hi @JLBicho I also encountered this issue when configuring D435i on Pi 4 (but without docker). I found RealSense SDK is trying to access bcm2835 related camera devices not the D435i. I disabled the bcm2835-isp and bcm2835-codec modules so that they are not visible in /dev and got rs-enumerate-devices working. I use the following commands (I was on Ubuntu Server 22.04 64bit for Pi 4): Hope it helps. |
Excellent @Tianyuan-Wang, happy to hear that. I already thought that this might work but as I am not too familiar with the Raspberrys in detail, I do not know though if this impacts the functionality of the Raspberry Pi. From what I understand the two kernel modules are responsible for audio and video capture/playback. |
Hi @Tianyuan-Wang, thank you for the information! |
Hi again, I've tried what @Tianyuan-Wang suggested, but as @2b-t said, removing the modules also removes the video capture.
I'm using Ubuntu Server 22.0464bit for Raspi 4. |
Hi @JLBicho, Again, I got this error recently and had it solved by enabling the But when I run RealSense camera ros2 node I can only get point cloud stream with up to 480x270x6 profile and there are a lot of warnings like Another thing is Hope it helps. |
Thank you @Tianyuan-Wang for the detailed explanation. I'll check it out and your repo about Ros node with Raspi. |
Hello,
I'm trying to use your docker with a Raspberry Pi 4 4GB, running Raspbian Bullseye aarch64. The
docker compose build
anddocker compose up
commands work without errors.However, when I try to use the container I get the following error:
The Raspberry detects the Realsense without problem:
Am I missing something to configure in the docker or Raspberry?
Thank you!
The text was updated successfully, but these errors were encountered: