From dcfe6afb49ec463b3eebe6155891eaf8a3999859 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 18 Feb 2026 16:42:41 +0000 Subject: [PATCH] ipa: rkisp1: Fix awb algorithm brief MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Awb brief was not updated from when the Bayes AWB was added. Extend it to account for this. Signed-off-by: Kieran Bingham Reviewed-by: Jacopo Mondi Reviewed-by: Barnabás Pőcze Reviewed-by: Milan Zamazal Signed-off-by: Kieran Bingham --- src/ipa/rkisp1/algorithms/awb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipa/rkisp1/algorithms/awb.cpp b/src/ipa/rkisp1/algorithms/awb.cpp index e8da7974..f83da545 100644 --- a/src/ipa/rkisp1/algorithms/awb.cpp +++ b/src/ipa/rkisp1/algorithms/awb.cpp @@ -30,7 +30,7 @@ namespace ipa::rkisp1::algorithms { /** * \class Awb - * \brief A Grey world white balance correction algorithm + * \brief Manage the white balance with automatic and manual controls */ LOG_DEFINE_CATEGORY(RkISP1Awb)