From 9780f46f64070cc40405ab678797334e251458a4 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Thu, 21 Sep 2023 18:55:38 +0200 Subject: 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 Reviewed-by: Naushir Patuck Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- Documentation/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'Documentation/index.rst') diff --git a/Documentation/index.rst b/Documentation/index.rst index 43d8b017..63fac72d 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -23,3 +23,4 @@ Sensor driver requirements Lens driver requirements Python Bindings + Camera Sensor Model -- cgit v1.2.1