Skip to content

Commit

Permalink
Update ClassFlowTakeImage.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
caco3 authored Feb 14, 2024
1 parent ef64be3 commit a039aa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/components/jomjol_flowcontroll/ClassFlowTakeImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ bool ClassFlowTakeImage::ReadParameter(FILE* pfile, string& aktparamgraph)
std::vector<string> splitted;

aktparamgraph = trim(aktparamgraph);
int _brightness = -100;
int _contrast = -100;
int _saturation = -100;
int _brightness = 0;
int _contrast = 0;
int _saturation = 0;
int _sharpness = 0;
int _autoExposureLevel = 0;

Expand Down

0 comments on commit a039aa8

Please sign in to comment.