From 33fe27741b32e46fb8da5aca9ce3d85cd9d4ceca Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Mon, 20 Jul 2020 10:05:34 +0100 Subject: Documentation: Guides: Pipeline Handler Writer's Guide Introduce a pipeline-handler writers guide to provide a walk through of the steps and concepts required to implement a new Pipeline Handler. Signed-off-by: Chris Chinchilla [Reflow/Rework, update to mainline API] Signed-off-by: Jacopo Mondi [Further reworks and review] Signed-off-by: Kieran Bingham Acked-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 f5d76f12..a09c7f27 100644 --- a/Documentation/meson.build +++ b/Documentation/meson.build @@ -54,6 +54,7 @@ if sphinx.found() 'index.rst', 'guides/introduction.rst', 'guides/application-developer.rst', + 'guides/pipeline-handler.rst', ] release = 'release=v' + libcamera_git_version -- cgit v1.2.1