[PATCH] libcamera: software_isp: Improve wording in a comment
Milan Zamazal
mzamazal at redhat.com
Wed Oct 2 18:48:01 CEST 2024
A minor wording improvement suggested on refactoring review.
Signed-off-by: Milan Zamazal <mzamazal at redhat.com>
---
src/ipa/simple/algorithms/agc.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ipa/simple/algorithms/agc.cpp b/src/ipa/simple/algorithms/agc.cpp
index 783dfb8bc..df92edd7e 100644
--- a/src/ipa/simple/algorithms/agc.cpp
+++ b/src/ipa/simple/algorithms/agc.cpp
@@ -29,7 +29,7 @@ static constexpr unsigned int kExposureBinsCount = 5;
static constexpr float kExposureOptimal = kExposureBinsCount / 2.0;
/*
- * The below value implements the hysteresis for the exposure adjustment.
+ * This implements the hysteresis for the exposure adjustment.
* It is small enough to have the exposure close to the optimal, and is big
* enough to prevent the exposure from wobbling around the optimal value.
*/
--
2.44.1
More information about the libcamera-devel
mailing list