mirror of
https://github.com/andreili/camera-streamer.git
synced 2025-08-23 19:34:07 +02:00
* libcamera: add support for ControlTypePoint Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com> * libcamera: fix compile error on missing ControlType This adds a runtime error for missing ControlTypes to fix compilation errors if there are new ControlTypes that are not implemented yet. Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com> * chore: remove whitespaces Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com> * libcamera: only use ControlTypePoint for libcamera>=0.3.2 Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com> * fix: add version check to second switch case Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com> * fix: add version check to libcamera_parse_point Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com> * Add AeState to stable LIBCAMERA_CONTROL block Moved AeState from the draft control list to the stable control block for better alignment with finalized controls. * fix: fix backwards compatibility Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com> --------- Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com> Co-authored-by: Surion79 <102791900+Surion79@users.noreply.github.com>