@Damobius ahoy! How ya getting on with your sky cam build? Are you waiting for me to share script stuff?
@MookyTroubadour hey there. We're taking it slow. Had some power supply issues up front (didn't realize it needs a full 3A to run and all our
USB adapters were under that...picked up a 4A supply). Still trying to get libcamera installed. The RPi Debian build seems to have really diminished camera support out of the box so having to find our way through package installs that support libcamera. Mostly just finding time to devote to it 🤷♂️.
@Damobius if you use the Raspberry Pi imager and go for the current 64 bit build (not the default) you’ll be set with Libcamera. I don’t know if you had a reason for Debian, but if this will only be a sky cam, no sense making it hard :)
@MookyTroubadour I'm using the imager and tried both the 32-bit and 64-bit flavors (they're both Debian-based from what I understand). The only camera settings I can find are for a "legacy camera." Libcamera will partially install but fails because since dependencies are missing, so I'm assuming it's not there. I read somewhere also that they deprecated native camera support with the latest version, but I might have misinterpreted.
@Damobius and the libcamera binaries should be good to go. I imaged a new camera setup just this week, and the only additional binary I need is ImageMagick (for datestamping the pics). I remember you saying you were using some other-than-raspberry camera, like an Arducam or similar, and those are (as far as I am aware) supposed to work the same as the Raspberry cameras.
@Damobius when it’s connected you should be able to open a terminal/ssh and give it “libcamera-hello” and see something. Here’s the docs: https://www.raspberrypi.com/documentation/computers/camera_software.html