Add camera options

This commit is contained in:
Kamil Trzcinski
2022-04-07 22:13:06 +02:00
parent 02c10df53f
commit 31a1f91e72
4 changed files with 39 additions and 3 deletions

View File

@ -15,6 +15,8 @@ typedef struct camera_options_s {
bool allow_dma;
float high_res_factor;
float low_res_factor;
char options[4096];
} camera_options_t;
typedef struct camera_s {