Added backlight_compensation, white_balance and gain

This commit is contained in:
Devaev Maxim
2019-03-05 10:47:43 +03:00
parent af2dd0d9a3
commit 9a38078c72
3 changed files with 35 additions and 14 deletions

View File

@@ -79,6 +79,9 @@ struct image_settings_t {
S_AUTO (hue);
S_MANUAL (gamma);
S_MANUAL (sharpness);
S_MANUAL (backlight_compensation);
S_AUTO (white_balance);
S_AUTO (gain);
};
#undef S_AUTO