onCalibrationSolvingStarted

abstract fun onCalibrationSolvingStarted(calibrator: C)

Called when calibration starts being solved after enough measurements are found. Calibration can automatically started when enough measurements are available if solveCalibrationWhenEnoughMeasurements is true, otherwise calibrate must be called after enough measurements are found, which raises this event.

Parameters

calibrator

calibrator that raised the event.