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>
26 lines
842 B
ReStructuredText
26 lines
842 B
ReStructuredText
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
.. Front page matter is defined in the project README file.
|
|
.. include:: ../README.rst
|
|
:start-after: .. section-begin-libcamera
|
|
:end-before: .. section-end-libcamera
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Contents:
|
|
|
|
Home <self>
|
|
Docs <docs>
|
|
Contribute <contributing>
|
|
Getting Started <getting-started>
|
|
|
|
Developer Guide <guides/introduction>
|
|
Application Writer's Guide <guides/application-developer>
|
|
Pipeline Handler Writer's Guide <guides/pipeline-handler>
|
|
IPA Writer's guide <guides/ipa>
|
|
Tracing guide <guides/tracing>
|
|
Environment variables <environment_variables>
|
|
Sensor driver requirements <sensor_driver_requirements>
|
|
Lens driver requirements <lens_driver_requirements>
|
|
Python Bindings <python-bindings>
|
|
Camera Sensor Model <camera-sensor-model>
|