OnCalibrationSolvingStartedListener

Interface to notify when calibration starts being solved.

Parameters

Functions

Link copied to clipboard
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.