libcamera/include
Laurent Pinchart 4e3f835126 libcamera: controls: Add support for string controls
String controls are stored internally as an array of char, but the
ControlValue constructor, get() and set() functions operate on an
std::string for convenience. Array of strings are thus not supported.

Unlike for other control types, the ControlInfo range reports the
minimum and maximum allowed lengths of the string (the minimum will
usually be 0), not the minimum and maximum value of each element.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
2020-03-20 16:47:45 +02:00
..
android include: android: Add SPDX tags 2019-08-12 10:34:13 +02:00
ipa libcamera: controls: Rename ControlRange to ControlInfo 2020-03-20 16:47:45 +02:00
libcamera libcamera: controls: Add support for string controls 2020-03-20 16:47:45 +02:00
linux include: linux: Update v4l2-controls.h 2020-02-14 16:27:29 +01:00
meson.build libcamera: Move ipa includes to the same level as libcamera 2019-09-15 13:57:08 +03:00