mirror of
https://github.com/andreili/camera-streamer.git
synced 2025-08-23 11:24:07 +02:00
- control: add `device_option_is_equal` - libcamera: provide human readable configurable options - v4l2: include camera control values - libcamera: store all applied controls - libcamera: use `device_option_is_equal`
5 lines
142 B
C
5 lines
142 B
C
#include <stdbool.h>
|
|
|
|
int device_option_normalize_name(const char *in, char *out);
|
|
bool device_option_is_equal(const char *a, const char *b);
|