XLinkOutProperties.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace dai {
6 
10 struct XLinkOutProperties : PropertiesSerializable<Properties, XLinkOutProperties> {
14  float maxFpsLimit = -1;
15 
19  std::string streamName;
20 
24  bool metadataOnly = false;
25 };
26 
27 DEPTHAI_SERIALIZE_EXT(XLinkOutProperties, maxFpsLimit, streamName, metadataOnly);
28 
29 } // namespace dai
dai::XLinkOutProperties::metadataOnly
bool metadataOnly
Definition: XLinkOutProperties.hpp:24
dai::DEPTHAI_SERIALIZE_EXT
DEPTHAI_SERIALIZE_EXT(CameraSensorConfig, width, height, minFps, maxFps, fov, type)
dai::XLinkOutProperties::streamName
std::string streamName
Definition: XLinkOutProperties.hpp:19
dai::XLinkOutProperties::maxFpsLimit
float maxFpsLimit
Definition: XLinkOutProperties.hpp:14
Properties.hpp
dai::PropertiesSerializable
Serializable properties.
Definition: Properties.hpp:16
dai::XLinkOutProperties
Definition: XLinkOutProperties.hpp:10
dai
Definition: CameraExposureOffset.hpp:6


depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19