Disable flash by default
The current flash implementation isn't great so should be disabled by default for now.
This commit is contained in:
@@ -53,7 +53,7 @@ static int exposure;
|
||||
static bool has_auto_focus_continuous;
|
||||
static bool has_auto_focus_start;
|
||||
|
||||
static bool flash_enabled = true;
|
||||
static bool flash_enabled = false;
|
||||
|
||||
static bool setting_save_dng;
|
||||
|
||||
|
Reference in New Issue
Block a user