Click or drag to resize

SensorDataAccuracy Enumeration

Sensor data accuracy value.

Namespace:  MoverioBasicFunctionUnityPlugin.Type
Assembly:  MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public enum SensorDataAccuracy
Members
  Member nameValueDescription
SENSOR_DATA_UNRELIABLE0 This value is unreliable because this sensor requires calibration or it may not be possible to read in the value due to the surroundings.
SENSOR_DATA_ACCURACY_LOW1 This is a low-accuracy value and requires calibration with the surroundings.
SENSOR_DATA_ACCURACY_MEDIUM2 This is a medium-accuracy value and is possible to improve it by calibrating with the surroundings.
SENSOR_DATA_ACCURACY_HIGH3 This is a high-accuracy value.
See Also