From 193bec618c874e011a759b4f1ea590ac96ae694c Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Thu, 12 Jan 2023 11:39:48 +0000 Subject: uvc-gadget v0.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 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3