Click or drag to resize

MoverioInputGetGyroUncalibratedAccuracy Method

Get the accuracy of Uncalib Gyroscope sensor.

Namespace:  MoverioBasicFunctionUnityPlugin
Assembly:  MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static SensorDataAccuracy GetGyroUncalibratedAccuracy()

Return Value

Type: SensorDataAccuracy
Returns SENSOR_DATA_UNRELIABLE, SENSOR_DATA_ACCURACY_HIGH, SENSOR_DATA_ACCURACY_LOW or SENSOR_DATA_ACCURACY_MEDIUM.
Exceptions
ExceptionCondition
IOExceptionThrown when getting the accuracy of Uncalibrated Gyroscope sensor is failed.
See Also