An open API service indexing awesome lists of open source software.

https://github.com/kbingham/uvc-gadget

Personal development fork for https://gitlab.freedesktop.org/camera/uvc-gadget/ - Please use that repository instead.
https://github.com/kbingham/uvc-gadget

libcamera uvc-gadget

Last synced: 11 months ago
JSON representation

Personal development fork for https://gitlab.freedesktop.org/camera/uvc-gadget/ - Please use that repository instead.

Awesome Lists containing this project

README

          

# uvcgadget - UVC gadget C library

uvcgadget is a pure C library that implements handling of UVC gadget functions.

## Utilities

- uvc-gadget - Sample test application

## Build instructions:

To compile:

```
$ meson build
$ ninja -C build
```

## Cross compiling instructions:

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
$ ninja -C build
```