21 const std::string &
name()
const override;
22 bool validate(
unsigned int id)
const override;
Abstract control validator.
Top-level libcamera namespace.
Definition: backtrace.h:17
CameraControlValidator(Camera *camera)
Construst a CameraControlValidator for the camera.
Definition: camera_controls.cpp:32
Interface for the control validator.
Definition: control_validator.h:16
bool validate(unsigned int id) const override
Validate a control.
Definition: camera_controls.cpp:47
A control validator for Camera instances.
Definition: camera_controls.h:16
Camera device.
Definition: camera.h:113
const std::string & name() const override
Retrieve the name of the object associated with the validator.
Definition: camera_controls.cpp:37