[libcamera-devel] [PATCH v5 01/13] documentation: Introduce Camera Sensor Model

Laurent Pinchart laurent.pinchart at ideasonboard.com
Tue Sep 26 22:56:05 CEST 2023


Hi Jacopo,

Thank you for the patch.

On Thu, Sep 21, 2023 at 06:55:38PM +0200, Jacopo Mondi wrote:
> Introduce a documentation page about the 'camera sensor model'
> implemented by libcamera.
> 
> The camera sensor model serves to provide to applications a reference
> description of the processing steps that take place in a camera sensor
> in order to precisely control the sensor configuration through the
> forthcoming SensorConfiguration class.
> 
> Signed-off-by: Jacopo Mondi <jacopo.mondi at ideasonboard.com>
> Reviewed-by: Naushir Patuck <naush at raspberrypi.com>
> Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
> Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> ---
>  .reuse/dep5                           |    6 +
>  Documentation/binning.svg             | 5053 +++++++++++++++++++++++++
>  Documentation/camera-sensor-model.rst |  174 +
>  Documentation/index.rst               |    1 +
>  Documentation/meson.build             |    1 +
>  Documentation/sensor_model.svg        | 4870 ++++++++++++++++++++++++
>  Documentation/skipping.svg            | 1720 +++++++++
>  7 files changed, 11825 insertions(+)
>  create mode 100644 Documentation/binning.svg
>  create mode 100644 Documentation/camera-sensor-model.rst
>  create mode 100644 Documentation/sensor_model.svg
>  create mode 100644 Documentation/skipping.svg
> 
> diff --git a/.reuse/dep5 b/.reuse/dep5
> index d283a0c9e856..45e7eca3d714 100644
> --- a/.reuse/dep5
> +++ b/.reuse/dep5
> @@ -23,3 +23,9 @@ Files: utils/ipc/mojo
>  Copyright: Copyright 2013-2020 The Chromium Authors. All rights reserved.
>  License: BSD-3-Clause
>  Source: https://chromium.googlesource.com/chromium/src.git/
> +
> +Files: Documentation/binning.svg
> +       Documentation/camera-sensor-model.rst
> +       Documentation/sensor_model.svg
> +Copyright: Copyright 2023 Ideas On Board Oy
> +License: CC-BY-SA-4.0

I'll move this up, trying to sort the entries by file path.

[snip]

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list