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
+69
Original file line number
Diff line number
Diff line change
@@ -269,3 +269,72 @@ 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 the Raspberry Pi 5.
275
+
The connector type is an Amphenol SFW15R-2STE1LF or a compatible equivalent.
276
+
277
+
NOTE: Most official Camera Modules have a reversed pinout to accommodate 15-pin Type A / Type 1 FFC cables. This means Pin 1 on the Raspberry Pi connects to Pin 15 on the Camera Module, and vice versa.
278
+
Direction is given from the perspective of the Raspberry Pi.
279
+
The I^2^C lines (SCL and SDA) are pulled up to 3.3V on the Raspberry Pi board.
280
+
281
+
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.
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 the Raspberry Pi 5.
306
+
The connector type is an Amphenol F32Q-1A7H1-11022 or a compatible equivalent.
307
+
308
+
NOTE: Most official Camera Modules have a reversed pinout to accommodate https://www.raspberrypi.com/products/camera-cable/[22-pin Type A / Type 1 FFC cables]. This means Pin 1 on the Raspberry Pi connects to Pin 22 on the Camera Module, and vice versa.
309
+
Direction is given from the perspective of the Raspberry Pi.
310
+
The I^2^C lines (SCL and SDA) are pulled up to 3.3V 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.
0 commit comments