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

Getting CSI camera to work on Raspberry Pi 5? #40

Open
crabdancing opened this issue Jul 29, 2024 · 3 comments · May be fixed by #75
Open

Getting CSI camera to work on Raspberry Pi 5? #40

crabdancing opened this issue Jul 29, 2024 · 3 comments · May be fixed by #75

Comments

@crabdancing
Copy link

crabdancing commented Jul 29, 2024

Has anyone gotten the CSI (ribbon cable connector) camera to work on Raspberry Pi 5 with this? I merged #330393 in my personal copy of nixpkgs stable, and it builds & deploys correctly -- but I can't seem to see the CSI camera no matter how many times I poke around with v4l2-ctl or /dev. What am I missing?

@tshakah
Copy link
Contributor

tshakah commented Aug 17, 2024

#42 achieves the same thing as the libcamera upgrade, but when a camera is detected running any of the libcamera apps results in a segfault. I haven't gotten any further with it

@crabdancing
Copy link
Author

crabdancing commented Aug 17, 2024

Hmm. Maybe a dep being behind upstream on 24.05 is causing it?

@tyxieblub
Copy link

I'm also struggling with this: the current flake does not compile since rpicam-apps 1.5.2 seems to need libcamera 0.3.2 for IMX500 compatibility. But even if downgrading rpicam-apps to 1.5.1, when using nixos-24.05, I'm getting a segmentation fault.

I only get an abort with coredump, while complaining about missing backend_default_config.json in libpisp on nixos-unstable. Correcting does not fix it.

I also tried updating everything, but got nowhere; I will likely try that again soon, but if anyone has any pointers or ideas that would be lovely :D

@tyxieblub tyxieblub linked a pull request Oct 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants