summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/controller/agc_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/raspberrypi/controller/agc_status.h')
0 files changed, 0 insertions, 0 deletions
> 56 57 58 59 60 61 62 63 64 65 66 67 68
/* SPDX-License-Identifier: BSD-2-Clause */
/*
 * Copyright (C) 2019, Raspberry Pi Ltd
 *
 * algorithm.h - ISP control algorithm interface
 */
#pragma once

/*
 * All algorithms should be derived from this class and made available to the
 * Controller.
 */

#include <string>
#include <memory>
#include <map>

#include "libcamera/internal/yaml_parser.h"

#include "controller.h"

namespace RPiController {

/* This defines the basic interface for all control algorithms. */