libcamera
v0.5.0+43-37dccb45
Supporting cameras in Linux since 2019
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
+
Functions
_
e
f
i
l
o
r
t
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
Typedefs
+
Enumerations
a
c
e
f
h
i
l
n
o
s
t
+
Enumerator
a
b
c
e
f
g
h
i
l
m
n
r
t
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
+
Enumerations
a
b
c
d
e
f
m
o
p
r
s
t
w
y
+
Enumerator
a
b
c
d
e
f
g
i
m
n
p
r
s
t
u
v
w
Related Functions
+
Files
File List
+
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
include
libcamera
base
private.h
1
/* SPDX-License-Identifier: LGPL-2.1-or-later */
2
/*
3
* Copyright (C) 2021, Google Inc.
4
*
5
* Private Header Validation
6
*
7
* A selection of internal libcamera headers are installed as part
8
* of the libcamera package to allow sharing of a select subset of
9
* internal functionality with IPA module only.
10
*
11
* This functionality is not considered part of the public libcamera
12
* API, and can therefore potentially face ABI instabilities which
13
* should not be exposed to applications. IPA modules however should be
14
* versioned and more closely matched to the libcamera installation.
15
*
16
* Components which include this file can not be included in any file
17
* which forms part of the libcamera API.
18
*/
19
20
#ifndef LIBCAMERA_BASE_PRIVATE
21
#error "Private headers must not be included in the libcamera API"
22
#endif
Generated by
1.8.13