diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2021-02-08 15:07:38 +0000 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-02-09 13:23:40 +0200 |
commit | 8a05d35ba5a482a73920181f2df0ee15925c785d (patch) | |
tree | 611c959d09575e3c1c5669726e65af0537bd8090 /src/gstreamer/gstlibcamerapad.h | |
parent | c9e1ef7bd277e4041f2f7a3ca6519b0c2606c989 (diff) |
ipa: raspberrypi: Handle control::NoiseReductionMode in the controller
The application provided noise reduction mode gets passed into the
denoise controller. The denoise cont/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
* Copyright (C) 2019, Google Inc.
*
* control_validator.h - Control validator
*/
#ifndef __LIBCAMERA_INTERNAL_CONTROL_VALIDATOR_H__
#define __LIBCAMERA_INTERNAL_CONTROL_VALIDATOR_H__
#include <string>
namespace libcamera {
class ControlId;
class ControlValidator
{
public:
virtual ~ControlValidator() = default;
virtual const