gpt4 book ai didi

ios - Microsoft Band Accelerometer更新时间间隔无法更改(iOS SDK)

转载 作者:行者123 更新时间:2023-11-28 19:44:59 26 4
gpt4 key购买 nike

如何在 microsoftband (iOS SDK) 上控制加速度计更新时间间隔

Microsoft Band 文档说加速度计频率可以更改,这里是文档的屏幕截图

enter image description here

三个 HZ、62、31 和 8 HZ现在我得到默认的更新时间,它是 31hz,我需要改变它

for example - iphone accelerometer the time interval can be changed CMMotionManager().accelerometerUpdateInterval = 0.01

what I need is to have the feature above on microsoftband, and change accelerometer frequency to one of 62/31/8 hz

band.sensorManager.startAccelerometerUpdatesToQueue(NSOperationQueue(), errorRef: nil, withHandler: { (accelData, er) -> Void in
let x = String(format: "%f",accelData.x)
let y = String(format: "%f",accelData.y)
let z = String(format: "%f",accelData.z)
var date: String {
return "\(NSDate().timeIntervalSince1970 * 1000)"
}


let str = "\(date), \(x), \(y), \(z) \n"

self.updateMSBandData(accelData)

})

最佳答案

目前,Microsoft Band SDK 仅在 iOS 上提供单一采样率流。您可以在以下位置为 future 的 Microsoft Band SDK 版本添加功能请求:http://microsofthealth.uservoice.com/

关于ios - Microsoft Band Accelerometer更新时间间隔无法更改(iOS SDK),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32694366/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com