libcamera v0.3.1
Supporting cameras in Linux since 2019
Loading...
Searching...
No Matches
ipa_interface.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: LGPL-2.1-or-later */
2/*
3 * Copyright (C) 2019, Google Inc.
4 *
5 * Image Processing Algorithm interface
6 */
7
8#pragma once
9
10#include <stddef.h>
11#include <stdint.h>
12
13#include <map>
14#include <vector>
15
18
19#include <libcamera/controls.h>
21#include <libcamera/geometry.h>
22
23namespace libcamera {
24
25/*
26 * Structs and enums that are defined in core.mojom that have the skipHeader
27 * tag must be #included here.
28 */
29
31{
32public:
33 virtual ~IPAInterface() = default;
34};
35
36extern "C" {
38}
39
40} /* namespace libcamera */
C++ Interface for IPA implementation.
Definition ipa_interface.h:31
Framework to manage controls related to an object.
Enum-based bit fields.
Frame buffer handling.
Data structures related to geometric objects.
Top-level libcamera namespace.
Definition backtrace.h:17
libcamera::IPAInterface * ipaCreate()
Create an instance of the IPA interface.
Definition ipu3.cpp:688
Signal & slot implementation.