summaryrefslogtreecommitdiff
path: root/Documentation/index.rst
diff options
context:
space:
mode:
authorSebastian Fricke <sebastian.fricke.linux@gmail.com>2020-11-20 16:52:34 +0100
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-12-27 12:29:05 +0200
commit3fde82d8490e7fbdc02922d2b692fe3c0d9c8e29 (patch)
tree5ef23678a1e0987b8fa75fcaeeacd1b832180c22 /Documentation/index.rst
parentd769cbb8348a869bd513aac5145996376b7c4568 (diff)
Documentation: Add descriptions for environment variables
Describe the environment variables used in libcamera, excluded variables are `LIBCAMERA_IPA_FORCE_C_API` and `LIBCAMERA_IPA_PROXY_PATH`, the former because it is likely to be removed and the later because it has no current use-case. Add a brief explanation for the IPA configuration and IPA modules. List all the available Log levels and categories and add a short guide on how to use them for debugging. Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> 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>
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r--Documentation/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst
index ff697d4f..c49db18d 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -17,3 +17,4 @@
Application Writer's Guide <guides/application-developer>
Pipeline Handler Writer's Guide <guides/pipeline-handler>
Tracing guide <guides/tracing>
+ Environment variables <environment_variables>