[PATCH] libcamera: software_isp: Improve wording in a comment
Kieran Bingham
kieran.bingham at ideasonboard.com
Thu Oct 3 15:43:41 CEST 2024
Quoting Milan Zamazal (2024-10-02 17:48:01)
> A minor wording improvement suggested on refactoring review.
>
> Signed-off-by: Milan Zamazal <mzamazal at redhat.com>
Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
Will apply immediately.
> ---
> 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