kbingham / uvc-gadget

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

Home Page: https://gitlab.freedesktop.org/camera/uvc-gadget/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 <meson cross file>
$ ninja -C build

About

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

https://gitlab.freedesktop.org/camera/uvc-gadget/


Languages

Language:C 86.6%Language:Shell 10.8%Language:Meson 2.0%Language:Makefile 0.7%