Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit c62eb7d

Browse files
authored
Use a table for shutter speeds (raspberrypi#1543)
* Update camera.md * Update camera.md
1 parent abe934b commit c62eb7d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

raspbian/applications/camera.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,18 @@ Allows the specification of the area of the sensor to be used as the source for
246246
```
247247

248248
```
249-
--shutter, -ss Set shutter speed
249+
--shutter, -ss Set shutter speed/time
250250
```
251251

252-
Sets the shutter speed to the specified value (in microseconds). On Camera Module v1 there is an upper limit of approximately 6000000us (6000ms, 6s), and 10000000us (10000ms, 10s) on Camera Module v2, past which operation is undefined. On the HQ Camera exposure times can be up to 200000000us (200000ms, 200s)
252+
Sets the shutter open time to the specified value (in microseconds). Shutter speed limits are as follows:
253+
254+
| Camera Version | Max (microseconds) |
255+
|----------------|:--------------------:|
256+
| V1 (OV5647) | 6000000 (i.e. 6s) |
257+
| V2 (IMX219) | 10000000 (i.e. 10s) |
258+
| HQ (IMX477) | 200000000 (i.e. 200s)|
259+
260+
Using values above these maximums will result in undefined behaviour.
253261

254262
```
255263
--drc, -drc Enable/disable dynamic range compression

0 commit comments

Comments
 (0)