Acknowledged

6.3.0 SDK higher rate support for Accelerometer, magnetometer and Gyroscope

Is there any information available on the devices that benefit from the up to 100Hz/50Hz rate increase on accelerometer/gyroscope/Magnetometer as announced in the 6.3.0 sdk

I tried it on Fenix 7 but it seems to remain capped at 25Hz (get exception message on simulator that this is above the maximum rate supported)

Parents
  • I don't see it listed anywhere, but have you looked at
    getMaxSampleRateForSensorType(sensorDataType as Lang.Symbol) as Lang.Number

    Also see this note in the API Doc

    Note:

    This function can produce different results after the app transitions to the active state after being inactive. These state changes are denoted by calls to AppBase.onActive() and AppBase.onInactive().

Comment
  • I don't see it listed anywhere, but have you looked at
    getMaxSampleRateForSensorType(sensorDataType as Lang.Symbol) as Lang.Number

    Also see this note in the API Doc

    Note:

    This function can produce different results after the app transitions to the active state after being inactive. These state changes are denoted by calls to AppBase.onActive() and AppBase.onInactive().

Children
No Data