Sony Addon SDK
public static interface

Sensor.SensorAccuracy

This project is no longer being supported and will not get any further updates.

Class Overview

Interface used to define constants for sensor accuracy. The accuracy is sent together with the sensor data over the local socket connection.

Summary

Constants
int SENSOR_STATUS_UNRELIABLE The values returned by this sensor cannot be trusted, calibration is needed or the environment will not allow readings
int SENSOR_STATUS_ACCURACY_LOW This sensor is reporting data with low accuracy, calibration with the environment is needed
int SENSOR_STATUS_ACCURACY_MEDIUM This sensor is reporting data with an average level of accuracy, calibration with the environment may improve the readings
int SENSOR_STATUS_ACCURACY_HIGH This sensor is reporting data with maximum accuracy

Constants

public static final int SENSOR_STATUS_UNRELIABLE

The values returned by this sensor cannot be trusted, calibration is needed or the environment will not allow readings

Constant Value: 0 (0x00000000)

public static final int SENSOR_STATUS_ACCURACY_LOW

This sensor is reporting data with low accuracy, calibration with the environment is needed

Constant Value: 1 (0x00000001)

public static final int SENSOR_STATUS_ACCURACY_MEDIUM

This sensor is reporting data with an average level of accuracy, calibration with the environment may improve the readings

Constant Value: 2 (0x00000002)

public static final int SENSOR_STATUS_ACCURACY_HIGH

This sensor is reporting data with maximum accuracy

Constant Value: 3 (0x00000003)