Galaxy Tab 模拟器上的传感器

发布于 2024-10-10 04:38:33 字数 311 浏览 4 评论 0原文

我试图通过读取各种传感器的信息来获取 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一笔一画续写前缘 2024-10-17 04:38:33

实际的 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.

赠我空喜 2024-10-17 04:38:33

嗯...我在 Galaxy Tab 2.2(而不是模拟器)上尝试过,陀螺仪可以工作!

Well... I tried on a Galaxy Tab 2.2 (and not the emulator), and the gyroscope works!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文