Struct XLinkOutProperties
Defined in File XLinkOutProperties.hpp
Inheritance Relationships
Base Type
public dai::PropertiesSerializable< Properties, XLinkOutProperties >(Template Struct PropertiesSerializable)
Struct Documentation
-
struct XLinkOutProperties : public dai::PropertiesSerializable<Properties, XLinkOutProperties>
Specify properties for XLinkOut such as stream name, …
Public Functions
-
~XLinkOutProperties() override
Public Members
-
float maxFpsLimit = -1
Set a limit to how many packets will be sent further to host
-
std::string streamName
Name of stream
-
bool metadataOnly = false
Whether to transfer data or only object attributes
-
int packetSize = -1
Max bytes per packet (-1 = unlimited)
-
int bytesPerSecondLimit = -1
Maximal bytes per second (-1 = unlimited)
-
~XLinkOutProperties() override