SeedSigner / seedsigner

Use an air-gapped Raspberry Pi Zero to sign for Bitcoin transactions! (and do other cool stuff)
MIT License
699 stars 161 forks source link

Camera Not Enabled Error with Pi5-IMX219 #607

Open guilherme-salome opened 2 weeks ago

guilherme-salome commented 2 weeks ago

Hi everyone, not sure if this is the right place to ask for help, if it isn't please let me know.

I am a noob on raspberry pi and bitcoin in general, but trying to learn. I set up a raspberry pi zero following seedsigner's manifesto, but made a mistake when purchasing the camera. The one I have is a Pi5-IMX219 from Waveshare (https://www.waveshare.com/wiki/Pi5-IMX219).

Problem: When trying to test the camera, I get a System Error with the message

PiCameraError
camera.py, 459, in _init_camera Camera is not enabled.
Try running `sudo raspi-config`...

Does anyone have experience with these problems and can point me in the right direction?

Thank you!