SyncProperties.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace dai {
6 
10 struct SyncProperties : PropertiesSerializable<Properties, SyncProperties> {
14  uint64_t syncThresholdNs = 10e6;
15 
19  int32_t syncAttempts = -1;
20 };
21 
22 DEPTHAI_SERIALIZE_EXT(SyncProperties, syncThresholdNs, syncAttempts);
23 
24 } // namespace dai
dai::DEPTHAI_SERIALIZE_EXT
DEPTHAI_SERIALIZE_EXT(CameraSensorConfig, width, height, minFps, maxFps, fov, type)
dai::SyncProperties::syncThresholdNs
uint64_t syncThresholdNs
Definition: SyncProperties.hpp:14
dai::SyncProperties
Definition: SyncProperties.hpp:10
dai::SyncProperties::syncAttempts
int32_t syncAttempts
Definition: SyncProperties.hpp:19
Properties.hpp
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