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>
This commit is contained in:
Chris Chinchilla 2020-07-20 10:05:34 +01:00 committed by Kieran Bingham
parent b704efeb86
commit 33fe27741b
3 changed files with 1475 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -15,3 +15,4 @@
Developer Guide <guides/introduction>
Application Writer's Guide <guides/application-developer>
Pipeline Handler Writer's Guide <guides/pipeline-handler>

View file

@ -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