iPhone 指南针:调整航向以在横向模式下获得正确读数
有谁知道如何调整 iPhone 的指南针读数以在横向模式下使用时进行调整?航向始终从设备顶部获取,但如果使用加速度计数据重新计算,则应该可以获得真实的读数。
Does anyone know how to adjust the iPhone's compass reading to adjust if you use it in landscape mode? The heading is always taken from the top of the device, but a true reading should be available if recalculations are made with the accelerometer data.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现最好的方法是将航向偏移 X 轴的倾斜度数。
即笔直向上(主页按钮在底部),偏移量为0。
向右倾斜 90 度,加上 90 度等。
这将为您提供大约 3 度以内的正确航向来源
:我目前正在为 iPhone 3GS 制作 AR 卫星跟踪应用程序。
I find the best way is to offset the heading by the number of degrees of tilt of the X axis.
I.e. straight up (home button at bottom), offset is 0.
Tilt 90 degrees to right, add 90 degrees etc.
This will give you the correct heading to within ~3 degrees
Source: I'm making an AR satellite tracking app for the iPhone 3GS currently.