diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-05-25 11:29:10 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-05-26 12:22:32 +0300 |
commit | f8e4649680303ce9b7dace5ad1344fcb450013ac (patch) | |
tree | 425fba3b211de38558668db901e615cef77b7862 /src | |
parent | 3e7f54a3128d8143afb200d626d3b208d493623a (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/ipa/libipa/camera_sensor_helper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipa/libipa/camera_sensor_helper.cpp b/src/ipa/libipa/camera_sensor_helper.cpp index 0f156137..d94147a8 100644 --- a/src/ipa/libipa/camera_sensor_helper.cpp +++ b/src/ipa/libipa/camera_sensor_helper.cpp @@ -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$. */ /** |