kairos10 / uvc-gadget

personal fork for git://git.ideasonboard.org/uvc-gadget.git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is forked from ideasonboard.org/uvc-gadget.git v0.3.0

info

small adjustments to make it work on raspbian/bullseye 32bit (tested on a pi zero 2w)

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 fork for git://git.ideasonboard.org/uvc-gadget.git


Languages

Language:C 76.8%Language:C++ 10.3%Language:Shell 10.2%Language:Meson 2.1%Language:Makefile 0.6%