Push method for core motion and frequency of Accelerometer/Gyroscope Data

本秂侑毒 提交于 2019-12-08 01:03:47

问题


When push method is used to get accelerometer/gyroscope/device motion data, unfortunately the gyroscope and the device motion maximum frequency cannot exceed 72Hz on average (in fact the data is not periodic at all either).

Even worse, if only the gyroscope data is recorded (without starting device motion update service: i.e. using only [motionManager startGyroUpdatesToQueue:opQ withHandler:gyroHandler]), then the gyroscope data frequency drops to 52Hz on average.

Has anyone tried to obtain gyroscope data at 100Hz using pull method? Can we reach the maximum 100Hz throughput with the "pull method"?

Furthermore, did anyone check whether this faulty behavior is corrected in ios 4.2 (beta)?

来源:https://stackoverflow.com/questions/3885556/push-method-for-core-motion-and-frequency-of-accelerometer-gyroscope-data

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!