diff options
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/raspberrypi/ctt/ctt.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/raspberrypi/ctt/ctt.py b/utils/raspberrypi/ctt/ctt.py index 97cadfe8..743ee3bc 100755 --- a/utils/raspberrypi/ctt/ctt.py +++ b/utils/raspberrypi/ctt/ctt.py @@ -126,11 +126,11 @@ class Camera: "exposure_modes": { "normal": { "shutter": [100, 10000, 30000, 60000, 120000], - "gain": [1.0, 2.0, 4.0, 6.0, 6.0] + "gain": [1.0, 2.0, 4.0, 6.0, 6.0] }, "sport": { "shutter": [100, 5000, 10000, 20000, 120000], - "gain": [1.0, 2.0, 4.0, 6.0, 6.0 ] + "gain": [1.0, 2.0, 4.0, 6.0, 6.0] } }, "constraint_modes": { |