summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ipa/simple/algorithms/awb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipa/simple/algorithms/awb.cpp b/src/ipa/simple/algorithms/awb.cpp
index 55719059..cf567e89 100644
--- a/src/ipa/simple/algorithms/awb.cpp
+++ b/src/ipa/simple/algorithms/awb.cpp
@@ -40,6 +40,7 @@ void Awb::prepare(IPAContext &context,
[[maybe_unused]] DebayerParams *params)
{
auto &gains = context.activeState.awb.gains;
+ /* Just report, the gains are applied in LUT algorithm. */
frameContext.gains.red = gains.r();
frameContext.gains.blue = gains.b();
}