- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我正在记录从 CMMotionManager deviceMotion
获得的“态度”值在 CADisplayLink 回调中(我需要根据设备旋转执行动画)。
这些值似乎每隔几毫秒就会有很大程度的“抽动”(高达 30%)。这看起来很不稳定,让我想知道是我做错了什么还是设备出了问题。
请在下面找到日志。打印出来的“角度”是“姿态”的“滚动”分量,换算成度数:
<br/>2013-04-10 00:07:12.683 MyApp[450:707] Angle: -92.91
<br/>2013-04-10 00:07:12.712 MyApp[450:707] Angle: -70.52
<br/>2013-04-10 00:07:12.714 MyApp[450:707] Angle: -92.25
<br/>2013-04-10 00:07:12.745 MyApp[450:707] Angle: -70.03
<br/>2013-04-10 00:07:12.747 MyApp[450:707] Angle: -91.74
<br/>2013-04-10 00:07:12.779 MyApp[450:707] Angle: -69.67
<br/>2013-04-10 00:07:12.784 MyApp[450:707] Angle: -91.23
<br/>2013-04-10 00:07:12.812 MyApp[450:707] Angle: -69.43
<br/>2013-04-10 00:07:12.815 MyApp[450:707] Angle: -91.19
<br/>2013-04-10 00:07:12.846 MyApp[450:707] Angle: -69.53
<br/>2013-04-10 00:07:12.849 MyApp[450:707] Angle: -91.33
<br/>2013-04-10 00:07:12.879 MyApp[450:707] Angle: -69.74
<br/>2013-04-10 00:07:12.881 MyApp[450:707] Angle: -91.57
<br/>2013-04-10 00:07:12.912 MyApp[450:707] Angle: -70.01
<br/>2013-04-10 00:07:12.915 MyApp[450:707] Angle: -91.85
<br/>2013-04-10 00:07:12.945 MyApp[450:707] Angle: -70.13
<br/>2013-04-10 00:07:12.949 MyApp[450:707] Angle: -91.99
<br/>2013-04-10 00:07:12.979 MyApp[450:707] Angle: -70.03
<br/>2013-04-10 00:07:12.983 MyApp[450:707] Angle: -91.93
<br/>2013-04-10 00:07:13.012 MyApp[450:707] Angle: -69.76
<br/>2013-04-10 00:07:13.016 MyApp[450:707] Angle: -91.71
<br/>2013-04-10 00:07:13.046 MyApp[450:707] Angle: -69.34
<br/>2013-04-10 00:07:13.051 MyApp[450:707] Angle: -91.19
<br/>2013-04-10 00:07:13.079 MyApp[450:707] Angle: -68.89
<br/>2013-04-10 00:07:13.082 MyApp[450:707] Angle: -90.94
<br/>2013-04-10 00:07:13.112 MyApp[450:707] Angle: -68.52
<br/>2013-04-10 00:07:13.114 MyApp[450:707] Angle: -90.66
<br/>2013-04-10 00:07:13.151 MyApp[450:707] Angle: -67.85
<br/>2013-04-10 00:07:13.156 MyApp[450:707] Angle: -89.47
<br/>2013-04-10 00:07:13.179 MyApp[450:707] Angle: -65.66
<br/>2013-04-10 00:07:13.181 MyApp[450:707] Angle: -88.10
<br/>2013-04-10 00:07:13.212 MyApp[450:707] Angle: -63.81
<br/>2013-04-10 00:07:13.216 MyApp[450:707] Angle: -86.33
<br/>2013-04-10 00:07:13.245 MyApp[450:707] Angle: -61.07
<br/>2013-04-10 00:07:13.248 MyApp[450:707] Angle: -83.63
<br/>2013-04-10 00:07:13.279 MyApp[450:707] Angle: -58.95
<br/>2013-04-10 00:07:13.282 MyApp[450:707] Angle: -81.46
<br/>2013-04-10 00:07:13.312 MyApp[450:707] Angle: -56.71
<br/>2013-04-10 00:07:13.314 MyApp[450:707] Angle: -79.06
<br/>2013-04-10 00:07:13.346 MyApp[450:707] Angle: -53.29
<br/>2013-04-10 00:07:13.350 MyApp[450:707] Angle: -75.23
<br/>2013-04-10 00:07:13.380 MyApp[450:707] Angle: -51.63
<br/>2013-04-10 00:07:13.383 MyApp[450:707] Angle: -73.37
<br/>2013-04-10 00:07:13.414 MyApp[450:707] Angle: -50.35
<br/>2013-04-10 00:07:13.418 MyApp[450:707] Angle: -72.11
<br/>2013-04-10 00:07:13.446 MyApp[450:707] Angle: -50.08
<br/>2013-04-10 00:07:13.450 MyApp[450:707] Angle: -72.01
<br/>2013-04-10 00:07:13.479 MyApp[450:707] Angle: -50.50
<br/>2013-04-10 00:07:13.488 MyApp[450:707] Angle: -73.51
<br/>2013-04-10 00:07:13.512 MyApp[450:707] Angle: -51.25
<br/>2013-04-10 00:07:13.514 MyApp[450:707] Angle: -74.14
<br/>2013-04-10 00:07:13.545 MyApp[450:707] Angle: -49.98
<br/>2013-04-10 00:07:13.547 MyApp[450:707] Angle: -72.96
<br/>2013-04-10 00:07:13.579 MyApp[450:707] Angle: -46.99
<br/>2013-04-10 00:07:13.582 MyApp[450:707] Angle: -68.58
<br/>2013-04-10 00:07:13.612 MyApp[450:707] Angle: -43.01
<br/>2013-04-10 00:07:13.616 MyApp[450:707] Angle: -65.32
<br/>2013-04-10 00:07:13.645 MyApp[450:707] Angle: -40.92
<br/>2013-04-10 00:07:13.647 MyApp[450:707] Angle: -62.80
<br/>2013-04-10 00:07:13.680 MyApp[450:707] Angle: -39.70
<br/>2013-04-10 00:07:13.683 MyApp[450:707] Angle: -61.30
<br/>2013-04-10 00:07:13.712 MyApp[450:707] Angle: -40.74
<br/>2013-04-10 00:07:13.714 MyApp[450:707] Angle: -63.06
<br/>2013-04-10 00:07:13.745 MyApp[450:707] Angle: -42.29
<br/>2013-04-10 00:07:13.747 MyApp[450:707] Angle: -65.68
<br/>2013-04-10 00:07:13.779 MyApp[450:707] Angle: -43.18
<br/>2013-04-10 00:07:13.780 MyApp[450:707] Angle: -67.58
<br/>2013-04-10 00:07:13.812 MyApp[450:707] Angle: -42.13
<br/>2013-04-10 00:07:13.815 MyApp[450:707] Angle: -66.35
<br/>2013-04-10 00:07:13.845 MyApp[450:707] Angle: -40.95
<br/>2013-04-10 00:07:13.848 MyApp[450:707] Angle: -64.67
<br/>2013-04-10 00:07:13.879 MyApp[450:707] Angle: -39.73
<br/>2013-04-10 00:07:13.881 MyApp[450:707] Angle: -62.90
<br/>2013-04-10 00:07:13.913 MyApp[450:707] Angle: -40.06
<br/>2013-04-10 00:07:13.916 MyApp[450:707] Angle: -63.12
<br/>2013-04-10 00:07:13.947 MyApp[450:707] Angle: -40.78
<br/>2013-04-10 00:07:13.949 MyApp[450:707] Angle: -63.39
<br/>2013-04-10 00:07:13.979 MyApp[450:707] Angle: -41.51
<br/>2013-04-10 00:07:13.981 MyApp[450:707] Angle: -62.78
<br/>2013-04-10 00:07:14.012 MyApp[450:707] Angle: -42.06
<br/>2013-04-10 00:07:14.014 MyApp[450:707] Angle: -61.77
<br/>2013-04-10 00:07:14.045 MyApp[450:707] Angle: -43.89
<br/>2013-04-10 00:07:14.047 MyApp[450:707] Angle: -61.02
<br/>2013-04-10 00:07:14.079 MyApp[450:707] Angle: -45.41
<br/>2013-04-10 00:07:14.080 MyApp[450:707] Angle: -61.20
<br/>2013-04-10 00:07:14.112 MyApp[450:707] Angle: -46.93
<br/>2013-04-10 00:07:14.114 MyApp[450:707] Angle: -61.53
<br/>2013-04-10 00:07:14.146 MyApp[450:707] Angle: -49.21
<br/>2013-04-10 00:07:14.147 MyApp[450:707] Angle: -62.76
<br/>2013-04-10 00:07:14.179 MyApp[450:707] Angle: -51.34
<br/>2013-04-10 00:07:14.182 MyApp[450:707] Angle: -64.51
<br/>2013-04-10 00:07:14.212 MyApp[450:707] Angle: -53.39
<br/>2013-04-10 00:07:14.214 MyApp[450:707] Angle: -66.41
<br/>2013-04-10 00:07:14.245 MyApp[450:707] Angle: -56.29
<br/>2013-04-10 00:07:14.248 MyApp[450:707] Angle: -69.30
<br/>2013-04-10 00:07:14.279 MyApp[450:707] Angle: -57.85
<br/>2013-04-10 00:07:14.280 MyApp[450:707] Angle: -70.88
<br/>2013-04-10 00:07:14.312 MyApp[450:707] Angle: -60.23
测量的角度每隔几毫秒“闪烁”近 20 度。根据我到目前为止所读到的关于 CoreMotion 的内容,我预计会出现错误,但不会在这个范围内。
我是否可能做错了什么 - 我没有测量正确的东西吗?
编辑:下面的代码 - 对格式感到抱歉。 “code”和“blockquote”似乎都不能正常工作。
//I'm letting the user laze around a bit before starting the motion updates.
//At the moment this is in the form of a naive idle timer which is fired after
//the first 9 seconds of launching the app (just cause)
- (void)didFireIdleTimer:(id)theTimer {
[mReferenceAttitude release];
mReferenceAttitude = [[[sSharedMotionManager deviceMotion] attitude] retain];
[self stopIdleTimer];
}
//sSharedMotionManager is an instance of CMMotionManager
//Then, I'm setting up a display link callback wherein the "current" deviceMotion
//is retrieved every time and the difference between the current "attitude"
//and reference "attitude" calculated. It is this difference that is
//converted to degrees and printed
//This is the display link callback, lazily named. :)
- (void)didRefreshScreen:(id)sender {
CMAttitude *thisAttitude = [[sSharedMotionManager deviceMotion] attitude];
[thisAttitude multiplyByInverseOfAttitude:mReferenceAttitude];
NSLog(@"Angle: %0.2f", thisAttitude.roll * 180 / 3.14159);
//Rest of the code
//....
}
最佳答案
几个小时的测试确认问题的出现是因为 deviceMotionUpdateInterval
没有在 CMMotionManager
实例上设置。将其设置为 1.0/60.0
(或任何其他有效值)可修复此“闪烁”并导致值平滑变化。
关于ios - CMMotionManager deviceMotion 姿态值过多 "flickering",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15910402/
IO 设备如何知道属于它的内存中的值在memory mapped IO 中发生了变化? ? 例如,假设内存地址 0 专用于保存 VGA 设备的背景颜色。当我们更改 memory[0] 中的值时,VGA
我目前正在开发一个使用Facebook sdk登录(通过FBLoginView)的iOS应用。 一切正常,除了那些拥有较旧版本的facebook的人。 当他们按下“使用Facebook登录”按钮时,他
假设我有: this - is an - example - with some - dashesNSRange将使用`rangeOfString:@“-”拾取“-”的第一个实例,但是如果我只想要最后
Card.io SDK提供以下详细信息: 卡号,有效期,月份,年份,CVV和邮政编码。 如何从此SDK获取国家名称。 - (void)userDidProvideCreditCardInfo:(Car
iOS 应用程序如何从网络服务下载图片并在安装过程中将它们安装到用户的 iOS 设备上?可能吗? 最佳答案 您无法控制应用在用户设备上的安装,因此无法在安装过程中下载其他数据。 只需在安装后首次启动应
我曾经开发过一款企业版 iOS 产品,我们公司曾将其出售给大型企业,供他们的员工使用。 该应用程序通过 AppStore 提供,企业用户获得了公司特定的配置文件(包含应用程序配置文件)以启用他们有权使
我正在尝试将 Card.io SDK 集成到我的 iOS 应用程序中。我想为 CardIO ui 做一个简单的本地化,如更改取消按钮标题或“在此保留信用卡”提示文本。 我在 github 上找到了这个
我正在使用 CardIOView 和 CardIOViewDelegate 类,没有可以设置为 YES 的 BOOL 来扫描 collectCardholderName。我可以看到它在 CardIOP
我有一个集成了通话工具包的 voip 应用程序。每次我从我的 voip 应用程序调用时,都会在 native 电话应用程序中创建一个新的最近通话记录。我在 voip 应用程序中也有自定义联系人(电话应
iOS 应用程序如何知道应用程序打开时屏幕上是否已经有键盘?应用程序运行后,它可以接收键盘显示/隐藏通知。但是,如果应用程序在分屏模式下作为辅助应用程序打开,而主应用程序已经显示键盘,则辅助应用程序不
我在模拟器中收到以下错误: ImageIO: CGImageReadSessionGetCachedImageBlockData *** CGImageReadSessionGetCachedIm
如 Apple 文档所示,可以通过 EAAccessory Framework 与经过认证的配件(由 Apple 认证)进行通信。但是我有点困惑,因为一些帖子告诉我它也可以通过 CoreBluetoo
尽管现在的调试器已经很不错了,但有时找出应用程序中正在发生的事情的最好方法仍然是古老的 NSLog。当您连接到计算机时,这样做很容易; Xcode 会帮助弹出日志查看器面板,然后就可以了。当您不在办公
在我的 iOS 应用程序中,我定义了一些兴趣点。其中一些有一个 Kontakt.io 信标的名称,它绑定(bind)到一个特定的 PoI(我的意思是通常贴在信标标签上的名称)。现在我想在附近发现信标,
我正在为警报提示创建一个 trigger.io 插件。尝试从警报提示返回数据。这是我的代码: // Prompt + (void)show_prompt:(ForgeTask*)task{
您好,我是 Apple iOS 的新手。我阅读并搜索了很多关于推送通知的文章,但我没有发现任何关于 APNS 从 io4 到 ios 6 的新更新的信息。任何人都可以向我提供 APNS 如何在 ios
UITabBar 的高度似乎在 iOS 7 和 8/9/10/11 之间发生了变化。我发布这个问题是为了让其他人轻松找到答案。 那么:在 iPhone 和 iPad 上的 iOS 8/9/10/11
我想我可以针对不同的 iOS 版本使用不同的 Storyboard。 由于 UI 的差异,我将创建下一个 Storyboard: Main_iPhone.storyboard Main_iPad.st
我正在写一些东西,我将使用设备的 iTunes 库中的一部分音轨来覆盖 2 个视频的组合,例如: AVMutableComposition* mixComposition = [[AVMutableC
我创建了一个简单的 iOS 程序,可以顺利编译并在 iPad 模拟器上运行良好。当我告诉 XCode 4 使用我连接的 iPad 设备时,无法编译相同的程序。问题似乎是当我尝试使用附加的 iPad 时
我是一名优秀的程序员,十分优秀!