[libcamera-devel] [PATCH] README: Add some extra optional dependancies for cam sinks
Eric Curtin
ecurtin at redhat.com
Thu Jun 23 20:45:39 CEST 2022
I think this ones an easy review if someone gets the chance.
Is mise le meas/Regards,
Eric Curtin
On Wed, 22 Jun 2022 at 15:38, Eric Curtin <ecurtin at redhat.com> wrote:
>
> KMS sink requires some DRM libraries, SDL sink requires some SDL
> libraries.
>
> Suggested-by: Pavel Machek <pavel at ucw.cz>
> Signed-off-by: Eric Curtin <ecurtin at redhat.com>
> ---
> Changes in v2:
>
> - Updated commit message/
> ---
> README.rst | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/README.rst b/README.rst
> index 05ebcec4..28c79b3f 100644
> --- a/README.rst
> +++ b/README.rst
> @@ -87,7 +87,13 @@ for gstreamer: [optional]
> libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
>
> for cam: [optional]
> - libevent-dev
> + libevent-dev libdrm-dev libsdl2-dev libsdl2-image-dev
> +
> + If you would like to use KMS sink libdrm-dev is an optional dependancy,
> + if you would like to use SDL sink with pixel formats such as YUYV,
> + libsdl2-dev is an optional dependancy, if you would like to use SDL
> + sink with pixel formats such as MJPEG, libsdl2-image-dev is an
> + optional dependancy.
>
> for qcam: [optional]
> qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools libtiff-dev
> --
> 2.35.3
>
More information about the libcamera-devel
mailing list