summaryrefslogtreecommitdiff
path: root/src/ipa/simple/algorithms/blc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/simple/algorithms/blc.h')
-rw-r--r--src/ipa/simple/algorithms/blc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ipa/simple/algorithms/blc.h b/src/ipa/simple/algorithms/blc.h
index 67c688ae..52d59cab 100644
--- a/src/ipa/simple/algorithms/blc.h
+++ b/src/ipa/simple/algorithms/blc.h
@@ -7,6 +7,9 @@
#pragma once
+#include <optional>
+#include <stdint.h>
+
#include "algorithm.h"
namespace libcamera {
@@ -29,6 +32,7 @@ public:
private:
int32_t exposure_;
double gain_;
+ std::optional<uint8_t> definedLevel_;
};
} /* namespace ipa::soft::algorithms */