Skip to content

Commit 572c785

Browse files
Updates from Dominic's review
1 parent 2a4f45a commit 572c785

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

documentation/asciidoc/accessories/camera/camera_hardware.adoc

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,9 @@ The connector is compatible with Amphenol SFW15R-2STE1LF.
277277
Signal direction is specified from the perspective of the Raspberry Pi.
278278
The I2C lines (SCL and SDA) are pulled up to 3.3 V on the Raspberry Pi board.
279279

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.
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 do not 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 contacts on the top, the bottom, or both the top and bottom.
281283

282284
|===
283285
| Pin | Name | Description | Direction / Type
@@ -292,11 +294,11 @@ The function and direction of the GPIO lines depend on the specific Camera Modul
292294
| 8 | CAM_CN | D-PHY Clock (negative) | Input, D-PHY
293295
| 9 | CAM_CP | D-PHY Clock (positive) | Input, D-PHY
294296
|10 | GND | - | Ground
295-
|11 | CAM_IO0 | GPIO (e.g. Power-Enable) | Bidirectional, 3.3V
296-
|12 | CAM_IO1 | GPIO (e.g. Clock, LED) | Bidirectional, 3.3V
297-
|13 | SCL | I^2^C Clock | Output, 3.3V
298-
|14 | SDA | I^2^C Data | Bidirectional, 3.3V
299-
|15 | 3V3 | 3.3V Supply | Output
297+
|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
300302
|===
301303

302304
==== Camera Connector Pinout (22-Pin)
@@ -307,8 +309,9 @@ The connector is compatible with Amphenol F32Q-1A7H1-11022.
307309
Direction is given from the perspective of the Raspberry Pi.
308310
The I2C lines (SCL and SDA) are pulled up to 3.3 V on the Raspberry Pi board.
309311

310-
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.
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 do not include CAM_IO1.
311313

314+
NOTE: Which end is pin 1 on an FPC connector depends on your source and destination hardware, and whether your cable has contacts on the top, the bottom, or both the top and bottom.
312315

313316
|===
314317
| Pin | Name | Description | Direction / Type
@@ -329,10 +332,10 @@ The function and direction of the GPIO lines depend on the specific Camera Modul
329332
|14 | CAM_DN3 | D-PHY lane 3 (negative) | Input, D-PHY
330333
|15 | CAM_DP3 | D-PHY lane 3 (positive) | Input, D-PHY
331334
|16 | GND | - | Ground
332-
|17 | CAM_IO0 | GPIO (e.g. Power-Enable) | Bidirectional, 3.3V
333-
|18 | CAM_IO1 | GPIO (e.g. Clock, LED) | Bidirectional, 3.3V
335+
|17 | CAM_IO0 | GPIO (for example, Power-Enable) | Bidirectional, 3.3 V
336+
|18 | CAM_IO1 | GPIO (for example, Clock, LED) | Bidirectional, 3.3 V
334337
|19 | GND | - | Ground
335-
|20 | SCL | I^2^C Clock | Output, 3.3V
336-
|21 | SDA | I^2^C Data | Bidirectional, 3.3V
337-
|22 | 3V3 | 3.3V Supply | Output
338+
|20 | SCL | I2C Clock | Bidirectional, 3.3 V
339+
|21 | SDA | I2C Data | Bidirectional, 3.3 V
340+
|22 | 3V3 | 3.3 V Supply | Output
338341
|===

0 commit comments

Comments
 (0)