Add -camera-auto-focus option

This commit is contained in:
Kamil Trzcinski
2022-07-07 12:08:56 +02:00
parent b16c686032
commit 1f5262afd8
3 changed files with 8 additions and 2 deletions

View File

@ -22,6 +22,7 @@ typedef struct camera_options_s {
bool allow_dma;
float high_res_factor;
float low_res_factor;
bool auto_focus;
unsigned auto_reconnect;
char options[CAMERA_OPTIONS_LENGTH];