Skip to content

Commit 52fbaa8

Browse files
author
Dan Oprea
committed
Increase maximum manual speed to 64 seconds (maybe for night photography)
1 parent 209cbfa commit 52fbaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/dan/simplerawcamera/Settings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Settings( private val activity: Activity) {
1515
const val EXP_STEPS_PER_1EV = 2
1616

1717
const val SPEED_MANUAL_MIN_PREVIEW = 15625000L // 1/64 sec
18-
const val SPEED_MAX_MANUAL = 8000000000L // 8 sec
18+
const val SPEED_MAX_MANUAL = 64000000000L // 64 sec
1919
const val SPEED_DEFAULT_MANUAL = 7812500L // 1/128
2020

2121
const val ISO_MODE_AUTO = 0

0 commit comments

Comments
 (0)