summaryrefslogtreecommitdiff
path: root/Documentation/index.rst
blob: 3a7903526abfc1e417546194fbc2853bd5dd7a31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.. 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>
   Introduction <introduction>
   Contribute <contributing>
   Getting Started <getting-started>

   Application Writer's Guide <guides/application-developer>
   Camera Sensor Model <camera-sensor-model>
   Environment variables <environment_variables>
   Feature Requirements <feature_requirements>
   IPA Writer's guide <guides/ipa>
   Lens driver requirements <lens_driver_requirements>
   libcamera Architecture <libcamera_architecture>
   Pipeline Handler Writer's Guide <guides/pipeline-handler>
   Python Bindings <python-bindings>
   Sensor driver requirements <sensor_driver_requirements>
   SoftwareISP Benchmarking <software-isp-benchmarking>
   Tracing guide <guides/tracing>