开发者

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

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)?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜