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:
@@ -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$.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user