libcamera
v0.5.0+41-fabfdd85
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
internal
source_paths.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: LGPL-2.1-or-later */
2
/*
3
* Copyright (C) 2021, Google Inc.
4
*
5
* Identify libcamera source and build paths
6
*/
7
8
#pragma once
9
10
#include <string>
11
12
namespace
libcamera::utils
{
13
14
std::string
libcameraBuildPath
();
15
std::string
libcameraSourcePath
();
16
17
}
/* namespace libcamera::utils */
libcamera::utils::libcameraSourcePath
std::string libcameraSourcePath()
Retrieve the path to the source directory.
Definition:
source_paths.cpp:114
libcamera::utils::libcameraBuildPath
std::string libcameraBuildPath()
Retrieve the path to the build directory.
Definition:
source_paths.cpp:74
libcamera::utils
Definition:
utils.h:37
Generated by
1.8.13