[libcamera-devel] [PATCH] documentation: small fixes
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Sat Feb 11 23:07:14 CET 2023
Hi Pavel,
Thank you for the patch.
On Sat, Feb 11, 2023 at 10:59:14PM +0100, Pavel Machek via libcamera-devel wrote:
> Out should really be output, and document dependency on pkg-config.
>
> Signed-off-by: Pavel Machek <pavel at ucw.cz>
>
> diff --git a/Documentation/guides/application-developer.rst b/Documentation/guides/application-developer.rst
> index 1b2d7727..c46d3362 100644
> --- a/Documentation/guides/application-developer.rst
> +++ b/Documentation/guides/application-developer.rst
> @@ -5,7 +5,7 @@ Using libcamera in a C++ application
>
> This tutorial shows how to create a C++ application that uses libcamera to
> interface with a camera on a system, capture frames from it for 3 seconds, and
> -write metadata about the frames to standard out.
> +write metadata about the frames to standard output.
Good fix.
>
> Application skeleton
> --------------------
> diff --git a/README.rst b/README.rst
> index 34b6b49f..f94c0880 100644
> --- a/README.rst
> +++ b/README.rst
> @@ -84,7 +84,7 @@ for gstreamer: [optional]
> libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
>
> for cam: [optional]
> - libevent-dev is required to support cam, however the following
> + libevent-dev + pkg-config is required to support cam, however the following
pkg-config is documented as required by meson a few lines above:
Meson Build system: [required]
meson (>= 0.56) ninja-build pkg-config
> optional dependencies bring more functionality to the cam test
> tool:
>
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list