Skip to content

Commit 07dc7fa

Browse files
authored
Remove references to cam1 when setting camera dtoverlays as it doesn'… (#4088)
* Remove references to cam1 when setting camera dtoverlays as it doesn't aactually exist * Fixup from review coments
1 parent 3f440ff commit 07dc7fa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

documentation/asciidoc/computers/camera/rpicam_configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Raspberry Pi OS recognises the following overlays in `/boot/firmware/config.txt`
3838

3939
To use one of these overlays, you must disable automatic camera detection. To disable automatic detection, set `camera_auto_detect=0` in `/boot/firmware/config.txt`. If `config.txt` already contains a line assigning an `camera_auto_detect` value, change the value to `0`. Reboot your Raspberry Pi with `sudo reboot` to load your changes.
4040

41-
If your Raspberry Pi has two camera connectors (Raspberry Pi 5 or one of the Compute Modules, for example), then you can specify which one you are referring to by adding `,cam0` or `,cam1` (don't add any spaces) to the `dtoverlay` that you used from the table above. If you do not add either of these, it will default to checking camera connector 1 (`cam1`). But note that for official Raspberry Pi camera modules, auto-detection will correctly identify all the cameras connected to your device.
41+
If your Raspberry Pi has two camera connectors (Raspberry Pi 5 or one of the Compute Modules, for example), then you can specify the use of camera connector 0 by adding `,cam0` to the `dtoverlay` that you used from the table above. If you do not add this, it will default to checking camera connector 1. Note that for official Raspberry Pi camera modules connected to SBCs (not Compute Modules), auto-detection will correctly identify all the cameras connected to your device.
4242

4343
[[tuning-files]]
4444
==== Tweak camera behaviour with tuning files

documentation/asciidoc/computers/compute-module/cmio-camera.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@ dtparam=cam1_reg
6565
| directive
6666

6767
| v1 camera
68-
| `dtoverlay=ov5647,cam1`
68+
| `dtoverlay=ov5647`
6969

7070
| v2 camera
71-
| `dtoverlay=imx219,cam1`
71+
| `dtoverlay=imx219`
7272

7373
| v3 camera
74-
| `dtoverlay=imx708,cam1`
74+
| `dtoverlay=imx708`
7575

7676
| HQ camera
77-
| `dtoverlay=imx477,cam1`
77+
| `dtoverlay=imx477`
7878

7979
| GS camera
80-
| `dtoverlay=imx296,cam1`
80+
| `dtoverlay=imx296`
8181
|===
8282

8383
. Reboot your Compute Module with `sudo reboot`.

0 commit comments

Comments
 (0)