shared
depthai-shared
include
depthai-shared
properties
XLinkInProperties.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
depthai-shared/properties/Properties.hpp
"
4
#include "
depthai-shared/xlink/XLinkConstants.hpp
"
5
6
namespace
dai
{
7
11
struct
XLinkInProperties
:
PropertiesSerializable
<Properties, XLinkInProperties> {
15
std::string
streamName
;
16
20
std::uint32_t
maxDataSize
=
dai::device::XLINK_USB_BUFFER_MAX_SIZE
;
21
25
std::uint32_t
numFrames
= 8;
26
};
27
28
DEPTHAI_SERIALIZE_EXT
(
XLinkInProperties
, streamName, maxDataSize, numFrames);
29
30
}
// namespace dai
dai::XLinkInProperties::numFrames
std::uint32_t numFrames
Definition:
XLinkInProperties.hpp:25
dai::XLinkInProperties::streamName
std::string streamName
Definition:
XLinkInProperties.hpp:15
dai::DEPTHAI_SERIALIZE_EXT
DEPTHAI_SERIALIZE_EXT(CameraSensorConfig, width, height, minFps, maxFps, fov, type)
XLinkConstants.hpp
dai::device::XLINK_USB_BUFFER_MAX_SIZE
constexpr static std::uint32_t XLINK_USB_BUFFER_MAX_SIZE
Definition:
depthai-shared/include/depthai-shared/xlink/XLinkConstants.hpp:17
dai::XLinkInProperties::maxDataSize
std::uint32_t maxDataSize
Definition:
XLinkInProperties.hpp:20
Properties.hpp
dai::PropertiesSerializable
Serializable properties.
Definition:
Properties.hpp:16
dai
Definition:
CameraExposureOffset.hpp:6
dai::XLinkInProperties
Definition:
XLinkInProperties.hpp:11
depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19