This repository is forked from ideasonboard.org/uvc-gadget.git v0.3.0
small adjustments to make it work on raspbian/bullseye 32bit (tested on a pi zero 2w)
uvcgadget is a pure C library that implements handling of UVC gadget functions.
- uvc-gadget - Sample test application
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