How to read Sensor inputs with high samplingFrequencies?

See here: Sensor support | Input System | 1.1.1

You can adjust the frequency to recommended values (e.g. 100 Hz), but I don’t see any callbacks or buffer accumulations, meaning we’re limited to the playback framerate to ReadValue.

How can I read this sensor data when samplingFrequency is higher than the Application frame rate?

1 Like

I had the same question. I can raise the framerate to 60 on some devices, but how can I get 100Hz?

Furthermore, is high frequency more accurate, or do the values accumulate by setting it to low?