Re-enable flash, refactor to use libmegapixels

This commit is contained in:
Kristian Vos
2024-07-24 13:57:54 +02:00
parent 2bbc0f387f
commit b1c46f7800
7 changed files with 43 additions and 106 deletions

View File

@@ -31,7 +31,6 @@ typedef struct state_main {
int burst_length;
// Control state
bool control_flash;
bool flash_enabled;
controlstate gain;
controlstate exposure;
@@ -109,4 +108,6 @@ typedef struct state_proc {
int mode_balance;
int mode_exposure;
int mode_focus;
bool flash_enabled;
} mp_state_proc;