| commit | dce7cfd13a99d14817a29b164de023d8c8bbf018 | [log] [tgz] |
|---|---|---|
| author | Bai Jacob <[email protected]> | Sat Sep 21 14:26:10 2024 |
| committer | Jacob Bai <[email protected]> | Mon Sep 23 08:21:34 2024 |
| tree | 2fa5ca8f914cba2311269ee92beb1af860b3c247 | |
| parent | 018177d612b748e31dc712321033745ca8c1b33b [diff] |
lib/meson.build: libcamera required for mjpeg_encoder.cpp MJPEG encoder only work with libcamera source at the moment. It populates StreamInfo from libcamera::StreamConfiguration Signed-off-by: Jacob Bai <[email protected]>
uvcgadget is a pure C library that implements handling of UVC gadget functions.
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