Android 传感器列表

1、TYPE_ACCELEROMETER 加速度 (related to force of gravity)

A constant describing an accelerometer sensor type.

2、TYPE_ALL     全部传感器

A constant describing all sensor types.

3、TYPE_AMBIENT_TEMPERATURE 环境温度  (degree Celsius)

A constant describing an ambient temperature sensor type.

4、TYPE_GAME_ROTATION_VECTOR 未校准的方向矢量  同方向矢量,但是y不再指向北

A constant describing an uncalibrated rotation vector sensor type.

5、TYPE_GEOMAGNETIC_ROTATION_VECTOR  同方向矢量,但是用磁强计替换陀螺仪

A constant describing a geo-magnetic rotation vector.

6、TYPE_GRAVITY 重力 用一个三维矢量表示方向和大小

A constant describing a gravity sensor type.

7、TYPE_GYROSCOPE 陀螺仪

A constant describing a gyroscope sensor type.

8、TYPE_GYROSCOPE_UNCALIBRATED A constant describing an uncalibrated gyroscope sensor type.
9、TYPE_HEART_RATE A constant describing a heart rate monitor.

10、TYPE_LIGHT 光线强度 (Ambient light level in SI lux units)

A constant describing a light sensor type. 

11、TYPE_LINEAR_ACCELERATION 线性加速度 不包括重力的加速度

A constant describing a linear acceleration sensor type.

12、TYPE_MAGNETIC_FIELD 地磁场

A constant describing a magnetic field sensor type.

13、TYPE_MAGNETIC_FIELD_UNCALIBRATED 未校准的地磁场

A constant describing an uncalibrated magnetic field sensor type. 

14、TYPE_PRESSURE 大气压力

A constant describing a pressure sensor type.

15、TYPE_PROXIMITY 距离

A constant describing a proximity sensor type.

16、TYPE_RELATIVE_HUMIDITY 相对湿度

A constant describing a relative humidity sensor type.

17、TYPE_ROTATION_VECTOR 方向矢量

A constant describing a rotation vector sensor type.

18、TYPE_SIGNIFICANT_MOTION 突发事件触发 (一个事件发生并马上自动停止了)

A constant describing a significant motion trigger sensor.

19、TYPE_STEP_COUNTER 记步 记录开机到现在的总步数  可设置report频率

A constant describing a step counter sensor.

20、TYPE_STEP_DETECTOR 计步 计算踏步步数 及时report

A constant describing a step detector sensor.

猜你喜欢

转载自blog.csdn.net/hello_jiangdong/article/details/80262792