Pythonista-Issues
Pythonista-Issues copied to clipboard
motion framerate/polling rate
trafficstars
according to https://developer.apple.com/documentation/coremotion/cmmotionmanager/1616135-accelerometerupdateinterval the framerate of motion is "determined by the maximum frequency supported by the hardware". I know that the motion sensor is noisy, but I actually just want to determine the characteristics of that noise. Is it possible to set the rate higher than 200hz in Pythonista, assuming that the hardware supports it of course, which it looks like rates up to 4KHz (or more for later models???) are possible - source: https://stackoverflow.com/a/37949834/4678667.