raspberry camera v2
Hallo zusammen,
Ich bekomme einfach kein Bild auf die camera v2 von raspi sie wird erkannt im ssh leider kein bild hab sie auch im config aktiviert aber immer noch nix . was mache ich falsch?
Ich bekomme einfach kein Bild auf die camera v2 von raspi sie wird erkannt im ssh leider kein bild hab sie auch im config aktiviert aber immer noch nix . was mache ich falsch?
Comments
Was sagt
vcgencmd get_camera
unter ssh? Wen die enabled und detected sagt müsste mjpg_streame rin unserem image mit port 9000 starten. Allerdings nur mit buster image. Mit dem neuen bullseye hat sich die Bibliothek geändert und ist nicht kompatibel zu mjpg_streamer - dann must du sie im legacy modus betreiben damit es klappt.
wie betreibe ich denn die Pi Camera ihn Legacy modus? Ich stehe nämlich vor dem selben Problem.
LG
https://forums.raspberrypi.com/viewtopic.php?t=323390
Erster Post ist was ihr braucht:
If there is a DESPERATE need to revert to the old camera stack, then it is possible.
- Edit /boot/config.txt, remove the line "camera_auto_detect=1", and add "start_x=1" and "gpu_mem=128". Rebooting at this stage will reload the old V4L2 driver. Stop at this point if that is sufficient for your needs.
start_x=1 ist aber denke ich nicht gut bei unseren images zumindest, da wir x selber starten und einmal reicht.