You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/asciidoc/accessories/camera/camera_hardware.adoc
+70Lines changed: 70 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,3 +269,73 @@ Other available schematics;
269
269
* Camera Module v3 https://datasheets.raspberrypi.com/camera/camera-module-3-schematics.pdf[PDF]
270
270
* HQ Camera Module https://datasheets.raspberrypi.com/hq-camera/hq-camera-schematics.pdf[PDF]
271
271
272
+
==== Camera Connector Pinout (15-Pin)
273
+
274
+
This is the pinout of the 15-pin Camera Serial Interface (CSI) connector used on flagship Raspberry Pi models prior to Raspberry Pi 5.
275
+
The connector is compatible with Amphenol SFW15R-2STE1LF.
276
+
277
+
Signal direction is specified from the perspective of the Raspberry Pi.
278
+
The I2C lines (SCL and SDA) are pulled up to 3.3 V on the Raspberry Pi board.
279
+
280
+
The function and direction of the GPIO lines depend on the specific Camera Module in use. Typically, `CAM_IO0` is used as an active-high power enable. Some products don't include `CAM_IO1`.
281
+
282
+
NOTE: Which end is pin 1 on an FPC connector depends on your source and destination hardware, and whether your cable has metallic contacts on the top, the bottom, or both the top and bottom. Pin 15 of the flat flexible connector (FFC) is nearest the edge of the board.
|11 | CAM_IO0 | GPIO (for example, Power-Enable) | Bidirectional, 3.3 V
298
+
|12 | CAM_IO1 | GPIO (for example, Clock, LED) | Bidirectional, 3.3 V
299
+
|13 | SCL | I2C Clock | Bidirectional, 3.3 V
300
+
|14 | SDA | I2C Data | Bidirectional, 3.3 V
301
+
|15 | 3V3 | 3.3 V Supply | Output
302
+
|===
303
+
304
+
==== Camera Connector Pinout (22-Pin)
305
+
306
+
This is the pinout of the 22-pin Camera Serial Interface (CSI) connector used on the Raspberry Pi Zero series, the Compute Module IO boards, and flagship models since Raspberry Pi 5.
307
+
The connector is compatible with Amphenol F32Q-1A7H1-11022.
308
+
309
+
Signal direction is specified from the perspective of the Raspberry Pi.
310
+
The I2C lines (SCL and SDA) are pulled up to 3.3 V on the Raspberry Pi board.
311
+
312
+
The function and direction of the GPIO lines depend on the specific Camera Module in use. Typically, `CAM_IO0` is used as an active-high power enable. Some products don't include `CAM_IO1`.
313
+
314
+
NOTE: Which end is pin 1 on an FPC connector depends on your source and destination hardware, and whether your cable has metallic contacts on the top, the bottom, or both the top and bottom.
0 commit comments