如何校准加速度计?
我正在使用加速计来移动屏幕上的对象。 仅当 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗨希望一切都好。
一个简单的谷歌搜索就得到了这篇漂亮的文章。
这正是您想要的。加速度计校准和加速度计教程优化。
本教程假设您了解加速度计的基础知识。如果没有,谷歌上有很多教程可以帮助您熟悉加速度计的基础知识。
本教程将重点关注 3 件事:
位置。
首先,为什么要添加这些功能呢?简单的。启动基于加速计的游戏并尝试以下测试:
屏幕面向您。
从该网站获取:
如果它确实选择此作为答案,请告诉我这是否有帮助。
除此之外,如果您需要更多帮助,请告诉我,
我已经在自己的应用程序中实现了本教程代码,并且我不是颠倒地玩简单的乒乓球游戏,也不是躺在床上一边玩。 :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:
position.
First off, why bother adding these features? Simple. Launch your accelerometer based game and try the following tests:
the screen facing you.
Obtained from this website:
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