nix-community / raspberry-pi-nix

NixOS modules to aid in configuring NixOS for raspberry pi products
MIT License
144 stars 34 forks source link

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

Open crabdancing opened 1 month ago

crabdancing commented 1 month ago

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 commented 4 weeks ago

https://github.com/nix-community/raspberry-pi-nix/pull/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 commented 4 weeks ago

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