diff options
author | Chris Chinchilla <chris@gregariousmammal.com> | 2020-07-20 10:05:34 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-08-20 16:56:13 +0100 |
commit | 33fe27741b32e46fb8da5aca9ce3d85cd9d4ceca (patch) | |
tree | b537a35413cff781bac4c4ec7edea44305b6217f /Documentation/meson.build | |
parent | b704efeb86c8766840a40d5c1d3799b0b8a26f80 (diff) |
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 <chris@gregariousmammal.com>
[Reflow/Rework, update to mainline API]
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
[Further reworks and review]
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Documentation/meson.build')
-rw-r--r-- | Documentation/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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 |