libcamera: software_isp: Improve wording in a comment
A minor wording improvement suggested on refactoring review. Signed-off-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
committed by
Kieran Bingham
parent
e879a86979
commit
a7d573df53
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user