Implement flash

Fixes #5
This commit is contained in:
Benjamin Schaaf
2021-01-04 23:39:17 +11:00
parent 8248b7ab47
commit 24835cdc25
16 changed files with 302 additions and 17 deletions

View File

@@ -19,6 +19,7 @@ struct mp_io_pipeline_state {
int exposure;
bool save_dng;
bool flash_enabled;
};
void mp_io_pipeline_start();