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
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -274,8 +274,11 @@ Other available schematics;
274
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
275
The connector type is an Amphenol SFW15R-2STE1LF or a compatible equivalent.
276
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.
277
+
NOTE: Camera Modules that use the same 15-pin connector feature a reversed pinout to support 15-pin Type A / Type 1 FFC cables.
278
+
As a result, Pin 1 on the Raspberry Pi connects to Pin 15 on the camera module, and vice versa.
279
+
When using third-party connectors or extension boards, be cautious — some expose the opposite side of the FFC cable, effectively reversing the pin order again.
280
+
281
+
Signal direction is specified from the perspective of the Raspberry Pi.
279
282
The I^2^C lines (SCL and SDA) are pulled up to 3.3V on the Raspberry Pi board.
280
283
281
284
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.
@@ -305,7 +308,10 @@ The function and direction of the GPIO lines depend on the specific Camera Modul
305
308
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
309
The connector type is an Amphenol F32Q-1A7H1-11022 or a compatible equivalent.
307
310
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.
311
+
NOTE: Camera Modules which use the same 22-pin connector feature a reversed pinout to accommodate https://www.raspberrypi.com/products/camera-cable/[22-pin Type A / Type 1 FFC cables].
312
+
As a result, Pin 1 on the Raspberry Pi connects to Pin 22 on the camera module, and vice versa.
313
+
When using third-party connectors or extension boards, be cautious - some connectors expose the opposite side of the FFC cable, effectively reversing the pin order again.
314
+
309
315
Direction is given from the perspective of the Raspberry Pi.
310
316
The I^2^C lines (SCL and SDA) are pulled up to 3.3V on the Raspberry Pi board.
0 commit comments