On Accuracy Changed Listener
fun interface OnAccuracyChangedListener : BaseRelativeGyroscopeAttitudeEstimator2.OnAccuracyChangedListener<RelativeGyroscopeAttitudeEstimator2, RelativeGyroscopeAttitudeEstimator2.OnAttitudeAvailableListener, RelativeGyroscopeAttitudeEstimator2.OnAccuracyChangedListener>
Interface to notify when sensor accuracy changes.
Functions
Link copied to clipboard
abstract fun onAccuracyChanged(estimator: RelativeGyroscopeAttitudeEstimator2, accuracy: SensorAccuracy?)
Called when gyroscope accuracy changes.