[libcamera-devel] [PATCH] ipa: camera_sensor_helper: Fix equation in exponential gain documentation

Umang Jain umang.jain at ideasonboard.com
Wed May 25 17:34:57 CEST 2022


Hi Laurent,

Thank you for the atpch

On 5/25/22 10:32, Laurent Pinchart via libcamera-devel wrote:
> The exponential gain documentation is missing a '\' in the equation. Fix
> t.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>


Reviewed-by: Umang Jain <umang.jain at ideasonboard.com>

> ---
>   src/ipa/libipa/camera_sensor_helper.cpp | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/ipa/libipa/camera_sensor_helper.cpp b/src/ipa/libipa/camera_sensor_helper.cpp
> index 0f1561370c9c..d94147a8b1ac 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$.
>    */
>   
>   /**


More information about the libcamera-devel mailing list