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.
- Host: GitHub
- URL: https://github.com/kbingham/uvc-gadget
- Owner: kbingham
- Created: 2020-11-23T21:12:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T12:35:52.000Z (over 3 years ago)
- Last Synced: 2025-04-12T21:31:18.172Z (about 1 year ago)
- Topics: libcamera, uvc-gadget
- Language: C
- Homepage: https://gitlab.freedesktop.org/camera/uvc-gadget/
- Size: 191 KB
- Stars: 13
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```