File: index.rst

package info (click to toggle)
libcamera 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,488 kB
  • sloc: cpp: 85,656; python: 18,099; ansic: 12,763; sh: 1,309; makefile: 60
file content (40 lines) | stat: -rw-r--r-- 1,131 bytes parent folder | download
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
29
30
31
32
33
34
35
36
37
38
39
40
.. SPDX-License-Identifier: CC-BY-SA-4.0

.. include:: introduction.rst

.. toctree::
   :maxdepth: 1
   :caption: For Users

   Introduction <self>
   Feature Requirements <feature_requirements>
   Runtime configuration <runtime_configuration>
   ISP feature support matrix <isp-feature-matrix>
   Camera Sensor support <sensor-support>
   Application Writer's Guide <guides/application-developer>
   Python Bindings <python-bindings>
   Public API <public-api/index>

.. toctree::
   :maxdepth: 1
   :caption: For Developers

   Contribute <contributing>
   Getting Started <getting-started>
   Camera Sensor Model <camera-sensor-model>
   IPA Writer's guide <guides/ipa>
   libcamera Architecture <libcamera_architecture>
   Pipeline Handler Writer's Guide <guides/pipeline-handler>
   SoftwareISP Benchmarking <software-isp-benchmarking>
   Tracing guide <guides/tracing>
   Design document: AE <design/ae>
   Internal API <internal-api/index>

.. toctree::
   :maxdepth: 1
   :caption: For System Integrators

   Lens driver requirements <lens_driver_requirements>
   Sensor driver requirements <sensor_driver_requirements>