summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2023-01-12 11:39:48 +0000
committerKieran Bingham <kieran.bingham@ideasonboard.com>2023-01-12 11:39:48 +0000
commit193bec618c874e011a759b4f1ea590ac96ae694c (patch)
treea5c82d3da3e0a6fb0328d474f72f75d1ec4fc2f4
parent6b6681eb10dc56ff3b796ba070246803c3b34c69 (diff)
uvc-gadget v0.2.0v0.2.0
This release extends UVC Gadget with the ability to provide a 'slideshow' source. This can assist in the testing of performance and capabilities of a UVC Gadget based device, by providing a known set of data frames and configurations to stream to the host. Further more this release contains: - lib/timer: Add timer infrastructure - lib/jpg-source: Constrain fps These allow sources with out a controlling device to be configured to deliver at the rate requested by the host. Finally, the Makefile 'helper' is fixed to correctly call the install target in ninja. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d0f51b7..b5d7e2b 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
project('uvc-gadget', 'c',
meson_version : '>= 0.56',
- version : '0.1.0',
+ version : '0.2.0',
default_options : [
'werror=true',
'warning_level=2',