events: Add timeout to event_loop Allow a cleaner terminate by polling the done-variable every 100ms instead of only when an event comes in. Signed-off-by: folkert van heusden <mail@vanheusden.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
uvcgadget is a pure C library that implements handling of UVC gadget functions.
To compile:
$ meson build $ ninja -C build
Cross compilation can be managed by meson. Please read the directions at https://mesonbuild.com/Cross-compilation.html for detailed guidance on using meson.
In brief summary:
$ meson build --cross <meson cross file> $ ninja -C build