|
libcamera
v0.1.0
Supporting cameras in Linux since 2019
|
Go to the documentation of this file.
21 const std::string &
name()
const override;
22 bool validate(
unsigned int id)
const override;
Camera device.
Definition: camera.h:88
CameraControlValidator(Camera *camera)
Construst a CameraControlValidator for the camera.
Definition: camera_controls.cpp:32
bool validate(unsigned int id) const override
Validate a control.
Definition: camera_controls.cpp:47
Top-level libcamera namespace.
Definition: backtrace.h:17
A control validator for Camera instances.
Definition: camera_controls.h:17
const std::string & name() const override
Retrieve the name of the object associated with the validator.
Definition: camera_controls.cpp:37
Abstract control validator.
Interface for the control validator.
Definition: control_validator.h:17