21 virtual const std::string &
name()
const = 0;
22 virtual bool validate(
unsigned int id)
const = 0;
Top-level libcamera namespace.
Definition: backtrace.h:17
Interface for the control validator.
Definition: control_validator.h:16
virtual const std::string & name() const =0
Retrieve the name of the object associated with the validator.
virtual bool validate(unsigned int id) const =0
Validate a control.