diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2023-01-16 17:46:01 +0000 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2023-01-16 17:46:01 +0000 |
commit | 3f2a557dc7f036349644e4885c5d8a2450cce2dd (patch) | |
tree | 928b89a7d95a70c59dbfe984dff91a62b95d7935 /meson.build | |
parent | 29be8034518c0babbf6334d3ef6fc9ffe30e6b70 (diff) |
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 <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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', |