diff options
author | Marvin Schmidt <marvin.schmidt1987@gmail.com> | 2020-06-05 10:26:13 +0200 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-06-05 09:29:40 +0100 |
commit | 90c7ce6ad220e4b9443d80d651b39dd61f08ec3f (patch) | |
tree | d350fc916043ae4d26f613427a28d41e27fa8870 | |
parent | 4bd25c6f51b951b8608c027f0706dc23f31fd773 (diff) |
docs: Remove stray HTML tags
Signed-off-by: Marvin Schmidt <marvin.schmidt1987@gmail.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rw-r--r-- | Documentation/docs.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/docs.rst b/Documentation/docs.rst index 3a7e79eb..bf2d1178 100644 --- a/Documentation/docs.rst +++ b/Documentation/docs.rst @@ -231,7 +231,7 @@ The camera stack comprises four software layers. From bottom to top: Those components can live in the libcamera project source code in separate repositories, or move to their respective project's - repository (for instance the gstreamer libcamera element).</p> + repository (for instance the gstreamer libcamera element). * The applications and upper level frameworks are based on the libcamera framework or libcamera adaptation, and are outside of @@ -326,7 +326,7 @@ Pipeline Handler such it is covered by the same free software license as the rest of libcamera and needs to be contributed upstream by device vendors. The Pipeline Handler lives in the same process as the rest of the library, and has access to all - helpers and kernel camera-related devices.</p> + helpers and kernel camera-related devices. Image Processing Algorithms Together with the hardware image processing and hardware statistics |