diff options
author | Sebastian Fricke <sebastian.fricke.linux@gmail.com> | 2020-10-25 14:17:31 +0100 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2020-10-26 17:52:54 +0100 |
commit | 5e738eb4d52a694eff808cd075bb49115e974d07 (patch) | |
tree | a8ceb7ac7384d326340cc45819d3e49513dacb40 /Documentation/guides/pipeline-handler.rst | |
parent | 2c61850e120bd23effd88cc2529ebb0974d3af3a (diff) |
Documentation: Fix typo in pipeline handler guide
s/Start and the stop the image acquisition/
/Start and stop the image acquisition/
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Acked-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com>
Diffstat (limited to 'Documentation/guides/pipeline-handler.rst')
-rw-r--r-- | Documentation/guides/pipeline-handler.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/guides/pipeline-handler.rst b/Documentation/guides/pipeline-handler.rst index d0370f16..57aee455 100644 --- a/Documentation/guides/pipeline-handler.rst +++ b/Documentation/guides/pipeline-handler.rst @@ -63,7 +63,7 @@ functionalities: system resources (memory, shared components, etc.) to satisfy the configuration requested by the application. -- Start and the stop the image acquisition and processing sessions. +- Start and stop the image acquisition and processing sessions. - Apply configuration settings requested by applications and computed by image processing algorithms integrated in libcamera to the hardware devices. |