Hallo zusammen, ich habe Probleme mit meiner Camera, am Raspberry 5 habe ich sie zum laufen
gebracht, aber auf meinen Raspberry 4B nicht. Ich habe mir auch
"Kurzanleitung zur Inbetriebnahme einer Pi-Cam ab Bookworm"
Aber ich komme nicht weiter. Die Camera ist richtig angesteckt mit dem Flachband Kabel.
Und nun gebe ich euch so viel Infos wie ich habe.
ich habe den Sensor IMX219
Dies ist die Beschreibung nur für der Raspberry4.
Code
https://www.raspberrypi.com/documentation/computers/camera_software.html#configuration
sudo nano /boot/firmware/config.txt
#Find the line: camera_auto_detect=1, update it to:
camera_auto_detect=0
#Find the line: [all], add the following item under it:
dtoverlay=imx219
#Save and reboot.
Code
pi@raspberrypi:~ $ rpicam-hello
[0:10:02.178738197] [1201] ERROR IPAModule ipa_module.cpp:171 Symbol ipaModuleInfo not found
[0:10:02.178814789] [1201] ERROR IPAModule ipa_module.cpp:291 v4l2-compat.so: IPA module has no valid info
[0:10:02.178855807] [1201] INFO Camera camera_manager.cpp:327 libcamera v0.4.0+53-29156679
[0:10:02.222974534] [1204] WARN RPiSdn sdn.cpp:40 Using legacy SDN tuning - please consider moving SDN inside rpi.denoise
[0:10:02.225009741] [1204] WARN RPI vc4.cpp:393 Mismatch between Unicam and CamHelper for embedded data usage!
[0:10:02.225824561] [1204] ERROR RPI vc4.cpp:421 Unicam driver does not use the MediaController, please update your kernel!
[0:10:02.225851819] [1204] ERROR RPI vc4.cpp:216 Failed to register camera imx219 10-0010: -22
Preview window unavailable
ERROR: *** no cameras available ***
Code
pi@raspberrypi:~ $ rpicam-hello --list-cameras
No cameras available!
pi@raspberrypi:~ $
pi@raspberrypi:~ $ grep -i 'PRETTY_NAME' /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)"
jetzt weiß ich nicht mehr weiter, vllt könnt ihr mir einen Tipp geben.
Warum diese Camera an meinen Raspberry 5 läuft und auf meinen 4er nicht "Keine Ahnung"
vllt muss ich ein anderes RaspiOS nehmen ?
mfg