[v1,0/4] libcamera: controls: Misc. changes
mbox series

Message ID 20250401131939.749583-1-barnabas.pocze@ideasonboard.com
Headers show
Series
  • libcamera: controls: Misc. changes
Related show

Message

Barnabás Pőcze April 1, 2025, 1:19 p.m. UTC
First, this patch series addresses https://bugs.libcamera.org/show_bug.cgi?id=255
that is, strings are now considered arrays both in `ControlValue`s and `ControlId`s.

Second, arrays of arrays are disabled in the template machinery because
they are not supported by `ControlValue`.

Third, some code simplification using `if constexpr` instead of SFINAE + overloads.

Barnabás Pőcze (4):
  libcamera: controls: Simplify SFINAE template parameter
  libcamera: controls: Strings are arrays
  libcamera: controls: Arrays of arrays are not supported
  libcamera: controls: Simplify ControlValue::{ControlValue,get,set}

 include/libcamera/controls.h    | 81 ++++++++++-----------------------
 src/apps/cam/capture_script.cpp |  4 --
 2 files changed, 23 insertions(+), 62 deletions(-)

--
2.49.0