summaryrefslogtreecommitdiff
path: root/test/object-invoke.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/object-invoke.cpp')
0 files changed, 0 insertions, 0 deletions
ef='#n42'>42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
/* SPDX-License-Identifier: BSD-2-Clause */
/*
 * Copyright (C) 2019, Raspberry Pi Ltd
 *
 * controller.h - ISP controller interface
 */
#pragma once

/*
 * The Controller is simply a container for a collecting together a number of
 * "control algorithms" (such as AWB etc.) and for running them all in a
 * convenient manner.
 */

#include <vector>
#include <string>

#include <linux/bcm2835-isp.h>

#include "libcamera/internal/yaml_parser.h"