Struct WarpProperties
Defined in File WarpProperties.hpp
Inheritance Relationships
Base Type
public dai::PropertiesSerializable< Properties, WarpProperties >(Template Struct PropertiesSerializable)
Struct Documentation
-
struct WarpProperties : public dai::PropertiesSerializable<Properties, WarpProperties>
Specify properties for Warp
Public Functions
-
~WarpProperties() override
Public Members
-
int outputWidth = 0
Output width.
-
int outputHeight = 0
Output height.
-
int outputFrameSize = 1 * 1024 * 1024
Maximum output frame size in bytes (eg: 300x300 BGR image -> 300*300*3 bytes)
-
int numFramesPool = 4
Num frames in output pool.
-
int meshWidth = 0
Custom warp mesh width. Set to zero to disable.
-
int meshHeight = 0
Custom warp mesh height. Set to zero to disable.
-
std::string meshUri = ""
Custom warp mesh uri. Set to empty string to disable.
-
std::vector<int> warpHwIds
Warp HW IDs to use, if empty, use auto/default.
-
Interpolation interpolation = Interpolation::AUTO
-
~WarpProperties() override