Support negative photo effect and auto exposure control 2

This commit is contained in:
Joo Aun Saw
2024-01-12 01:28:34 +11:00
committed by CaCO3
parent d418d22155
commit a8fb88a35d
7 changed files with 102 additions and 20 deletions

View File

@@ -22,6 +22,8 @@ protected:
int zoomOffsetX = 0;
int zoomOffsetY = 0;
bool ImageGrayscale;
bool ImageNegative;
bool ImageAec2;
int ImageQuality;
time_t TimeImageTaken;
string namerawimage;