Skip to content

Commit

Permalink
HDR10 calibration is working again also using video test files
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Sep 4, 2024
1 parent 4e82cc8 commit 1b0020a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sources/lut-calibrator/BoardUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ namespace BoardUtils
}

// all is OK
Info(_log, "All [0 - %i] LUT test boards were tested successfully. Total small errors = %i", SCREEN_LAST_BOARD_INDEX, maxError);
Info(_log, "All [0 - %i] LUT test boards were tested successfully. Total small errors = %i", SCREEN_LAST_BOARD_INDEX, totalErrors);
return true;
}

Expand Down
2 changes: 2 additions & 0 deletions sources/lut-calibrator/ColorSpace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
* SOFTWARE.
*/

#include <QList>
#include <QStringList>
#include <lut-calibrator/ColorSpace.h>

using namespace linalg;
Expand Down

0 comments on commit 1b0020a

Please sign in to comment.