Automatically reconnect

This commit is contained in:
Kamil Trzcinski
2022-04-12 09:23:46 +02:00
parent a1c974c9be
commit ddca582551
2 changed files with 17 additions and 8 deletions

View File

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