Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
b
c
d
e
h
i
l
m
n
p
r
s
u
x
Typedefs
b
c
d
e
f
g
i
m
p
r
u
v
Enumerations
Enumerator
a
b
f
g
i
m
n
r
s
u
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
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
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
m
n
p
q
r
s
t
u
v
x
Enumerations
a
c
d
e
f
k
l
m
p
r
s
t
v
w
Enumerator
a
b
d
f
g
h
i
l
m
n
o
p
r
s
u
v
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
b
c
d
e
f
g
m
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
w
Typedefs
Enumerations
Enumerator
Macros
_
d
f
i
m
n
p
s
t
u
shared
depthai-shared
include
depthai-shared
properties
GlobalProperties.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
depthai-shared/common/EepromData.hpp
"
4
#include "
depthai-shared/common/optional.hpp
"
5
#include "
depthai-shared/properties/Properties.hpp
"
6
7
namespace
dai
{
8
12
struct
GlobalProperties
:
PropertiesSerializable
<Properties, GlobalProperties> {
13
constexpr
static
uint32_t
SIPP_BUFFER_DEFAULT_SIZE
= 18 * 1024;
14
constexpr
static
uint32_t
SIPP_DMA_BUFFER_DEFAULT_SIZE
= 16 * 1024;
15
20
double
leonCssFrequencyHz
= 700 * 1000 * 1000;
25
double
leonMssFrequencyHz
= 700 * 1000 * 1000;
26
tl::optional<std::string>
pipelineName
;
27
tl::optional<std::string>
pipelineVersion
;
32
tl::optional<dai::EepromData>
calibData
;
33
37
tl::optional<std::uint32_t>
cameraTuningBlobSize
;
41
std::string
cameraTuningBlobUri
;
42
48
int32_t
xlinkChunkSize
= -1;
49
57
uint32_t
sippBufferSize
=
SIPP_BUFFER_DEFAULT_SIZE
;
65
uint32_t
sippDmaBufferSize
=
SIPP_DMA_BUFFER_DEFAULT_SIZE
;
66
};
67
68
DEPTHAI_SERIALIZE_EXT
(
GlobalProperties
,
69
leonCssFrequencyHz,
70
leonMssFrequencyHz,
71
pipelineName,
72
pipelineVersion,
73
cameraTuningBlobSize,
74
cameraTuningBlobUri,
75
calibData,
76
xlinkChunkSize,
77
sippBufferSize,
78
sippDmaBufferSize);
79
80
}
// namespace dai
dai::GlobalProperties::cameraTuningBlobSize
tl::optional< std::uint32_t > cameraTuningBlobSize
Definition:
GlobalProperties.hpp:37
dai::GlobalProperties::SIPP_BUFFER_DEFAULT_SIZE
constexpr static uint32_t SIPP_BUFFER_DEFAULT_SIZE
Definition:
GlobalProperties.hpp:13
optional.hpp
dai::DEPTHAI_SERIALIZE_EXT
DEPTHAI_SERIALIZE_EXT(CameraSensorConfig, width, height, minFps, maxFps, fov, type)
dai::GlobalProperties::sippBufferSize
uint32_t sippBufferSize
Definition:
GlobalProperties.hpp:57
dai::GlobalProperties::leonCssFrequencyHz
double leonCssFrequencyHz
Definition:
GlobalProperties.hpp:20
dai::GlobalProperties::xlinkChunkSize
int32_t xlinkChunkSize
Definition:
GlobalProperties.hpp:48
dai::GlobalProperties::pipelineName
tl::optional< std::string > pipelineName
Definition:
GlobalProperties.hpp:26
dai::GlobalProperties::pipelineVersion
tl::optional< std::string > pipelineVersion
Definition:
GlobalProperties.hpp:27
EepromData.hpp
dai::GlobalProperties::leonMssFrequencyHz
double leonMssFrequencyHz
Definition:
GlobalProperties.hpp:25
tl::optional< std::string >
Properties.hpp
dai::GlobalProperties::SIPP_DMA_BUFFER_DEFAULT_SIZE
constexpr static uint32_t SIPP_DMA_BUFFER_DEFAULT_SIZE
Definition:
GlobalProperties.hpp:14
dai::GlobalProperties::cameraTuningBlobUri
std::string cameraTuningBlobUri
Definition:
GlobalProperties.hpp:41
dai::GlobalProperties
Definition:
GlobalProperties.hpp:12
dai::GlobalProperties::sippDmaBufferSize
uint32_t sippDmaBufferSize
Definition:
GlobalProperties.hpp:65
dai::GlobalProperties::calibData
tl::optional< dai::EepromData > calibData
Definition:
GlobalProperties.hpp:32
dai::PropertiesSerializable
Serializable properties.
Definition:
Properties.hpp:16
dai
Definition:
CameraExposureOffset.hpp:6
depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19