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:
parent
b704efeb86
commit
33fe27741b
3 changed files with 1475 additions and 0 deletions
1473
Documentation/guides/pipeline-handler.rst
Normal file
1473
Documentation/guides/pipeline-handler.rst
Normal file
File diff suppressed because it is too large
Load diff
|
@ -15,3 +15,4 @@
|
|||
|
||||
Developer Guide <guides/introduction>
|
||||
Application Writer's Guide <guides/application-developer>
|
||||
Pipeline Handler Writer's Guide <guides/pipeline-handler>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue