index
:
libcamera/pinchartl/libcamera.git
master
mtk/camsv
mtk/multi-cam
rpi/streams/next
simple/imx8
Laurent Pinchart's clone of libcamera
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qcam
/
assets
/
feathericons
/
upload.svg
diff options
context:
1
2
3
4
5
6
7
/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright (C) 2023, Raspberry Pi Ltd
*
* HDR control algorithm interface
*/
#pragma once
#include <vector>
#include
"algorithm.h"
namespace
RPiController
{
class
HdrAlgorithm
:
public
Algorithm
{
public
:
HdrAlgorithm
(
Controller
*
controller
)
:
Algorithm
(
controller
) {}
0 files changed, 0 insertions, 0 deletions