index
:
libcamera/vivid.git
pobrn/rebase
vivid
libcamera pipeline handler for VIVID
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qcam
/
assets
/
feathericons
/
watch.svg
diff options
context:
1
2
3
4
5
/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright (C) 2019, Raspberry Pi Ltd
*
* AWB control algorithm interface
*/
#pragma once
#include
"algorithm.h"
namespace
RPiController
{
class
AwbAlgorithm
:
public
Algorithm
{
public
:
AwbAlgorithm
(
Controller
*
controller
) :
Algorithm
(
controller
) {}
/* An AWB algorithm must provide the following: */
virtual
unsigned int
getConvergenceFrames
()
const
=
0
;
virtual
void
initialValues
(