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:
parent
e879a86979
commit
a7d573df53
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ static constexpr unsigned int kExposureBinsCount = 5;
|
||||||
static constexpr float kExposureOptimal = kExposureBinsCount / 2.0;
|
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
|
* 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.
|
* enough to prevent the exposure from wobbling around the optimal value.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue