From 3f2a557dc7f036349644e4885c5d8a2450cce2dd Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Mon, 16 Jan 2023 17:46:01 +0000 Subject: uvc-gadget v0.3.0 This release brings in some new support and features for UVC Gadget to operate with libcamera based cameras. - libcamera sources are now supported - Support for encoded streams - Software based MJPEG encoding is managed by the libcamera source only. Please be aware, that as part of this release, the existing V4L2 source option '-c' is renamed to '-d'. The new libcamera source is now supported by the option '-c' and can be selected by camera index, or explictly choosing the camera based on it's libcamera id. Signed-off-by: Kieran Bingham --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a8b54d1..d0d2394 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project('uvc-gadget', 'c', 'cpp', meson_version : '>= 0.56', - version : '0.2.0', + version : '0.3.0', default_options : [ 'werror=true', 'warning_level=2', -- cgit v1.2.3