轮询 MacBook Pro 中的加速计/运动传感器
这里有一个已编译的命令行应用程序 就是这样做的。
有 Cocoa API 来查询这些数据吗?
There is a compiled command line application here that does this.
Is there a Cocoa API to query this data?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试SMSLib,这是一个开源的Objective-C库,用于访问突发运动传感器。
You can try SMSLib, which is an open-source Objective-C library for accessing the sudden motion sensor.
没有用于运动传感器的 Cocoa API。它只能通过调用 IOKit 来使用。 Mac OS X 内部结构中对此进行了描述。
There isn't a Cocoa API for the motion sensor. It's only available through calls to IOKit. It's described in Mac OS X Internals.