如何校准加速度计?

发布于 2024-09-24 18:31:43 字数 182 浏览 4 评论 0原文

我正在使用加速计来移动屏幕上的对象。 仅当 iPhone 平放时此功能才有效。

如果我在其他位置使用 iPhone,该物体不会按照我想要的方式移动 (Y轴管理不好)。

所以,我想我必须校准加速度计的位置。 但我不知道该怎么做。

请帮我。

提前致谢。

问候, ALpesH

I'm using the accelerometer to move an object on my screen.
It's only working when the iphone is flat.

If I use the iPhone in another position, the object is not moving like I want
(the Y axis is not well managed).

So, I've to calibrate the position of the accelerometer, I guess.
But I've no idea how to do this.

Please help me.

Thanks in advance.

Regards,
ALpesH

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

孤独岁月 2024-10-01 18:31:43

嗨希望一切都好。
一个简单的谷歌搜索就得到了这篇漂亮的文章。
这正是您想要的。加速度计校准和加速度计教程优化。

本教程假设您了解加速度计的基础知识。如果没有,谷歌上有很多教程可以帮助您熟悉加速度计的基础知识。

本教程将重点关注 3 件事:

  1. 校准加速度计,以便用户可以从任何位置玩您的游戏
    位置。
  2. 改变物体运动的“灵敏度”。
  3. 添加“反转”控件的选项。

首先,为什么要添加这些功能呢?简单的。启动基于加速计的游戏并尝试以下测试:

  1. 以完美的姿势坐起来玩。
  2. 列表项目
  3. 懒洋洋地玩它。
  4. 侧身躺着弹奏。
  5. 仰卧演奏,设备与地面平行,
    屏幕面向您。

从该网站获取:

http://www.iphonedevsdk.com/forum/iphone-sdk-tutorials/39833-tutorial-accelerometer-calibration-optimizations.html" iphonedevsdk.com/forum/iphone-sdk-tutorials/39833-tutorial-accelerometer-calibration-optimizations.html

如果它确实选择此作为答案,请告诉我这是否有帮助。
除此之外,如果您需要更多帮助,请告诉我,

我已经在自己的应用程序中实现了本教程代码,并且我不是颠倒地玩简单的乒乓球游戏,也不是躺在床上一边玩。 :D

hi hope all is well.
A simple google search came up with this beautiful post.
It is exactly what you wanted. A tutorial on Accelerometer Calibration & Optimizations.

This tutorial assumes you know the basics of the accelerometer. If not there are plenty of tutorials on google that will help get you accustomed to the accelerometer basics.

This tutorial will focus on 3 things:

  1. Calibrating the accelerometer so the user can play your game from any
    position.
  2. Changing the "sensitivity" of your object's movement.
  3. Adding the option to "invert" the controls.

First off, why bother adding these features? Simple. Launch your accelerometer based game and try the following tests:

  1. Play sitting up in perfect position.
  2. List item
  3. Play it slouched over.
  4. Play it lying down on your side.
  5. Play it lying on your back with the device parallel to the floor and
    the screen facing you.

Obtained from this website:

http://www.iphonedevsdk.com/forum/iphone-sdk-tutorials/39833-tutorial-accelerometer-calibration-optimizations.html

Let me know if this helps if it does choose this as the answer.
Other than that if you need any more help let me know

Ive implemented this tutorial code in my own app and i am not playing a simple ping pong game upside down and also playing it on the side whilst lying on the bed. :D

Pk

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