camera_auto_detect=1 only works for genuine Pi cameras, which yours isn't.
Follow the Waveshare wiki - https://www.waveshare.com/wiki/Pi5-IMX219
Follow the Waveshare wiki - https://www.waveshare.com/wiki/Pi5-IMX219
Continue reading that block regarding adding ",cam0" to the end of that dtoverlay line if you have connected it to CAM/DISP0.If you do not use an official Raspberry Pi camera, you need to configure the "config.txt " file. If you use the latest Bookworm system, you need to configure /boot/firmware/config.txt.
sudo nano /boot/config.txt
#If using the bookworm system
sudo nano /boot/firmware/config.txt
Find "camera-auto-detect=1" and modify it to "camera_auto_detect=0".
At the end of the file, add the following setting statements according to the camera model.
IMX219 dtoverlay=imx219
Statistics: Posted by 6by9 — Tue Mar 05, 2024 4:14 pm