mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-17 01:15:06 +03:00
ipa: camera_sensor_helper: Fix equation in exponential gain documentation
The exponential gain documentation is missing a '\' in the equation. Fix t. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
3e7f54a312
commit
f8e4649680
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ double CameraSensorHelper::gain(uint32_t gainCode) const
|
|||
* through the 'm' coefficient.
|
||||
*
|
||||
* When the gain is expressed in dB, 'a' is equal to 1 and 'm' to
|
||||
* \f$log_{2}{10^{frac{1}{20}}}\f$.
|
||||
* \f$log_{2}{10^{\frac{1}{20}}}\f$.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue