三星GT-I9300传感器列表 [英] Sensor List in Samsung GT-I9300

查看:165
本文介绍了三星GT-I9300传感器列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请help.I想获得一款Android device.But所有可用的传感器,当我试图从GT_19300得到它显示如下

Please help.I am trying to get all the available sensors of a android device.But when i tried to get from 'GT_19300' it shows a list given below

      "LSM330DLC 3-axis Accelerometer
      AK8975C 3-axis Magnetic field sensor
      iNemoEngine Orientation sensor
      CM36651 Light sensor
      CM36651 Proximity sensor
      LSM330DLC Gyroscope sensor
      iNemoEngine Gravity sensor
      iNemoEngine Linear Acceleration sensor
      iNemoEngine Rotation_Vector sensor
      LPS331AP Pressure Sensor
      Rotation Vector Sensor
      Gravity Sensor
      Linear Acceleration Sensor
      Orientation Sensor
      Corrected Gyroscope Sensor"

我感觉,该清单有一些重复的名字。我想知道,这是在GT_19300所有可用的传感器或者是一个repetition.If我使用的陀螺仪传感器,我想用一个。请分享您的有效答案。

I am feeling that the list has some repeat names. I want to know that is this all sensors available in GT_19300 or is it a repetition.If i am using the Gyroscope Sensor which one i want to use. Please share your valid answers.

推荐答案

iNemoEngine XXX'应该是一种虚拟传感器,就像谷歌在ICS实施rotation_vector传感器。

'iNemoEngine xxx' should be a kind of 'virtual sensor', like 'rotation_vector sensor' implemented in ICS by Google.

加速计,
磁性,
光,
接近,
陀螺仪,
pressure,
重力,
这些都是硬件传感器。

其他人一样
线性accerlerometer,
旋转矢量,
方向,
这些都是利用传感器融合算法实现的软件。

你不需要关心这些名字,但尝试:

you dont need to care about these names but try:

public void onSensorChanged(SensorEvent event) {
    switch(event.sensor.getType()) {

             case Sensor.TYPE_GYROSCOPE:
             // 
             // your processing
             break;
            }
     }

有关S3陀螺仪,我相信你会从LSM330DLC陀螺仪感应器接收数据。

for gyroscope on S3, I believe you will receive data from 'LSM330DLC Gyroscope sensor'.

希望这会有所帮助。

这篇关于三星GT-I9300传感器列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆