Struct Commands::ApplyCalibration

Nested Relationships

This struct is a nested type of Struct DynamicCalibrationControl::Commands.

Struct Documentation

struct ApplyCalibration

Command to apply a new calibration to the device.

Public Functions

ApplyCalibration() = default
inline explicit ApplyCalibration(const CalibrationHandler &calibration, bool flash = false)
DEPTHAI_SERIALIZE(ApplyCalibration, calibration, flash)

Public Members

CalibrationHandler calibration

Calibration data to apply.

bool flash