libcamera
v0.0.0+3423-a7ab5ef1
Supporting cameras in Linux since 2019
src
ipa
ipu3
algorithms
algorithm.h
1
/* SPDX-License-Identifier: LGPL-2.1-or-later */
2
/*
3
* Copyright (C) 2021, Ideas On Board
4
*
5
* algorithm.h - IPU3 control algorithm interface
6
*/
7
8
#pragma once
9
10
#include <libcamera/ipa/ipu3_ipa_interface.h>
11
12
#include <
libipa/algorithm.h
>
13
14
#include "
ipa_context.h
"
15
16
namespace
libcamera
{
17
18
namespace
ipa::ipu3 {
19
20
using
Algorithm =
libcamera::ipa::Algorithm<IPAContext, IPAConfigInfo, ipu3_uapi_params, ipu3_uapi_stats_3a>
;
21
22
}
/* namespace ipa::ipu3 */
23
24
}
/* namespace libcamera */
libcamera::ipa::Algorithm
The base class for all IPA algorithms.
Definition:
algorithm.h:15
ipa_context.h
Context and state information shared between the algorithms.
algorithm.h
Algorithm common interface.
libcamera
Top-level libcamera namespace.
Definition:
backtrace.h:17
Generated by
1.9.3