diff options
author | Sebastian Fricke <sebastian.fricke@posteo.net> | 2021-01-26 19:48:53 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-02-04 21:00:38 +0200 |
commit | d121f6c83f3da5ea6a58556a64d50354ea8efd35 (patch) | |
tree | 2b8384aab11001d576fe2d677aa7c8fe53d14969 /src/qcam/assets/feathericons/clipboard.svg | |
parent | c440c828bc071effb76e60968c9d4a4a74c134df (diff) |
libcamera: bayer_format: Add the transpose transformationCameraControlValidator::CameraControlValidator(Camera *camera)
: camera_(camera)
{
}
const std::string &CameraControlValidator::name() const
{
return camera_->name();
}
/**
* \brief Validate a control
* \param[in] id The control ID
* \return True if the control is valid, false otherwise
*/
bool CameraControlValidator::validate(unsigned int id)