From 3fde82d8490e7fbdc02922d2b692fe3c0d9c8e29 Mon Sep 17 00:00:00 2001 From: Sebastian Fricke Date: Fri, 20 Nov 2020 16:52:34 +0100 Subject: 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 Reviewed-by: Jacopo Mondi Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- Documentation/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'Documentation/meson.build') diff --git a/Documentation/meson.build b/Documentation/meson.build index 26a12fcd..0cd5729a 100644 --- a/Documentation/meson.build +++ b/Documentation/meson.build @@ -52,6 +52,7 @@ if sphinx.found() 'conf.py', 'contributing.rst', 'docs.rst', + 'environment_variables.rst', 'index.rst', 'guides/introduction.rst', 'guides/application-developer.rst', -- cgit v1.2.1