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