summaryrefslogtreecommitdiff
path: root/Documentation/meson.build
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo.mondi@ideasonboard.com>2023-09-21 18:55:38 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2023-09-27 14:35:33 +0300
commit9780f46f64070cc40405ab678797334e251458a4 (patch)
tree83a41a2e18fddd1ee564ca7bb7cbba906194c9c5 /Documentation/meson.build
parente991a2887ebf065d9d62e5dd11d6128eb58f628e (diff)
Documentation: Introduce Camera Sensor Model
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@ideasonboard.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Documentation/meson.build')
-rw-r--r--Documentation/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/meson.build b/Documentation/meson.build
index b2a5bf15..7c150259 100644
--- a/Documentation/meson.build
+++ b/Documentation/meson.build
@@ -63,6 +63,7 @@ endif
if sphinx.found()
docs_sources = [
+ 'camera-sensor-model.rst',
'coding-style.rst',
'conf.py',
'contributing.rst',