ipa: rkisp1: Fix awb algorithm brief

The Awb brief was not updated from when the Bayes AWB was added.

Extend it to account for this.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Kieran Bingham
2026-02-18 16:42:41 +00:00
parent d97d2a58ad
commit dcfe6afb49

View File

@@ -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)