I'd need to do some quick sampling with WP and was wondering whether any Lumia / other WP device is capable to record accelerometer readings in, lets say, 200Hz (5ms interval)? Atleast the emulator only lets me to sample with 20ms intervals.
So, if this is the case with real devices too, is there any trick to override it?Code:accelerometer.TimeBetweenUpdates = TimeSpan.FromMilliseconds(1) actualSampleRate.Text = accelerometer.TimeBetweenUpdates.TotalMilliseconds & " ms"
Thanks in advance!

Reply With Quote

