24 template<
typename T,
typename V>
28 parent_->
set(ctrl, value);
35 cache_.
set(ctrl, value);
41 bool enabled_ =
false;
void set(const Control< T > &ctrl, const V &value)
Set the control ctrl value to value.
Definition: controls.h:423
Camera controls identifiers.
Top-level libcamera namespace.
Definition: backtrace.h:17
Abstract type representing the value of a control.
Definition: controls.h:118
Describe a control and its intrinsic properties.
Definition: controls.h:283
const ControlIdMap controls
List of all supported libcamera controls.
Definition: control_ids.cpp:1952
Associate a list of ControlId with their values for an object.
Definition: controls.h:380