Galaxy Tab 模拟器上的传感器
我试图通过读取各种传感器的信息来获取 Galaxy Tab 的方向。
应该可以通过以下方式获得方向:
- 加速度计和指南针(磁场)
- 陀螺仪
模拟器在 config.ini 中启用了加速度计和陀螺仪,但它使用 API 8 (Android 2.2)。陀螺仪好像是2.3支持的。
当我列出可用的传感器时,我只得到加速度计,没有陀螺仪或指南针。
我能想到的唯一解决方案是将模拟器切换到 API 9 (2.3)。这是唯一的解决方案吗?
Gameloft的NOVA如何使用陀螺仪?
I'm trying to get the orientation of a Galaxy Tab by reading the informations from various sensors.
It should be possible to get the orientation with:
- the accelerometer and the compass (magnetic field)
- the gyroscope
The emulator has accelerometer and gyroscope enabled in config.ini, but it uses API 8 (Android 2.2). The gyroscope seems to be supported in 2.3.
When I list the available sensors, I only get the accelerometer, no gyroscope or compass.
The only solution I can think of is to switch the emulator to API 9 (2.3). Is this the only solution ?
How can NOVA from Gameloft use the gyroscope ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
实际的 Galaxy Tab 确实包含必要的加速计和磁场传感器,您可以使用它们来获取设备的三轴方向。
碰巧硬件还包括陀螺仪,但由于该设备是作为 Android 2.2 启动的,因此它不会以允许您使用 2.3 API 的方式报告陀螺仪值。
The actual Galaxy Tab does include the necessary accelerometer and magnetic field sensors that you can use to obtain the three axis orientation of the device.
As it happens the hardware does also include a gyroscope, but because the device was launched as Android 2.2 it doesn't report the gyro values in a way that lets you use the 2.3 APIs.
嗯...我在 Galaxy Tab 2.2(而不是模拟器)上尝试过,陀螺仪可以工作!
Well... I tried on a Galaxy Tab 2.2 (and not the emulator), and the gyroscope works!