shared
depthai-shared
include
depthai-shared
properties
AprilTagProperties.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
depthai-shared/datatype/RawAprilTagConfig.hpp
>
4
#include <vector>
5
6
#include "
depthai-shared/properties/Properties.hpp
"
7
8
namespace
dai
{
9
13
struct
AprilTagProperties
:
PropertiesSerializable
<Properties, AprilTagProperties> {
14
RawAprilTagConfig
initialConfig
;
15
17
bool
inputConfigSync
=
false
;
18
};
19
20
DEPTHAI_SERIALIZE_EXT
(
AprilTagProperties
, initialConfig, inputConfigSync);
21
22
}
// namespace dai
dai::DEPTHAI_SERIALIZE_EXT
DEPTHAI_SERIALIZE_EXT(CameraSensorConfig, width, height, minFps, maxFps, fov, type)
dai::AprilTagProperties
Definition:
AprilTagProperties.hpp:13
dai::RawAprilTagConfig
RawAprilTags configuration structure.
Definition:
RawAprilTagConfig.hpp:13
RawAprilTagConfig.hpp
dai::AprilTagProperties::inputConfigSync
bool inputConfigSync
Whether to wait for config at 'inputConfig' IO.
Definition:
AprilTagProperties.hpp:17
Properties.hpp
dai::PropertiesSerializable
Serializable properties.
Definition:
Properties.hpp:16
dai
Definition:
CameraExposureOffset.hpp:6
dai::AprilTagProperties::initialConfig
RawAprilTagConfig initialConfig
Definition:
AprilTagProperties.hpp:14
depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:18