Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5471

General discussion • Re: Camera Module for Pi 5

$
0
0
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
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
Continue reading that block regarding adding ",cam0" to the end of that dtoverlay line if you have connected it to CAM/DISP0.

Statistics: Posted by 6by9 — Tue Mar 05, 2024 4:14 pm



Viewing all articles
Browse latest Browse all 5471

Trending Articles