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>
This commit is contained in:
parent
e991a2887e
commit
9780f46f64
7 changed files with 11825 additions and 0 deletions
|
@ -63,6 +63,7 @@ endif
|
|||
|
||||
if sphinx.found()
|
||||
docs_sources = [
|
||||
'camera-sensor-model.rst',
|
||||
'coding-style.rst',
|
||||
'conf.py',
|
||||
'contributing.rst',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue