2014年7月7日月曜日

Samsung Gear Live と LG G Watch のセンサーリスト

List deviceSensors = mSensorManager.getSensorList(Sensor.TYPE_ALL); for(Sensor sensor : deviceSensors) { Log.d(TAG, sensor.getName() + ", " + sensor.getStringType() + ", " + sensor.getVendor()); }

■ Samsung Gear Live

13個
  • MPU6515 Acceleration Sensor, android.sensor.accelerometer, Invensense
  • MPU6515 Gyroscope Sensor, android.sensor.gyroscope, Invensense
  • AK8963C Magnetic field Sensor, android.sensor.magnetic_field, Asahi Kasei Microdevices
  • AK8963C Magnetic Sensor UnCalibrated, android.sensor.magnetic_field_uncalibrated, Asahi Kasei Microdevices
  • SAMSUNG Step Detector Sensor, android.sensor.step_detector, Samsung Inc.
  • SAMSUNG Step Counter Sensor, android.sensor.step_counter, Samsung Inc.
  • SAMSUNG Significant Motion Sensor, android.sensor.significant_motion, Samsung Inc.
  • SAMSUNG Game Rotation Vector, android.sensor.game_rotation_vector, Samsung Inc.
  • SAMSUNG Tilt Wake Sensor, , Samsung Inc.
  • MPL Rotation Vector, android.sensor.rotation_vector, Invensense
  • MPL Orientation, android.sensor.orientation, Invensense
  • MPL Gravity, android.sensor.gravity, Invensense
  • MPL Linear Accelration, android.sensor.linear_acceleration, Invensense


■ LG G Watch

15個
  • STMicro 3-axis Tilt Sensor, , STMicro
  • MPL Gyroscope, android.sensor.gyroscope, Invensense
  • MPL Raw Gyroscope, android.sensor.gyroscope_uncalibrated, Invensense
  • MPL Accelerometer, android.sensor.accelerometer, Invensense
  • MPL Magnetic Field, android.sensor.magnetic_field, Invensense
  • MPL Raw Magnetic Field, android.sensor.magnetic_field_uncalibrated, Invensense
  • MPL Orientation, android.sensor.orientation, Invensense
  • MPL Rotation Vector, android.sensor.rotation_vector, Invensense
  • MPL Game Rotation Vector, android.sensor.game_rotation_vector, Invensense
  • MPL Linear Acceleration, android.sensor.linear_acceleration, Invensense
  • MPL Gravity, android.sensor.gravity, Invensense
  • MPL Significant Motion, android.sensor.significant_motion, Invensense
  • MPL Step Detector, android.sensor.step_detector, Invensense
  • MPL Step Counter, android.sensor.step_counter, Invensense
  • MPL Geomagnetic Rotation Vector, android.sensor.geomagnetic_rotation_vector, Invensense


0 件のコメント:

コメントを投稿