开发者

Android accelerometer sensitivity programming

开发者 https://www.devze.com 2023-03-02 04:07 出处:网络
Can anyone please help me how to decrease the sensitivity of the accelerom开发者_C百科eter on an android device?You should implement a high pass filter to filter out high frequencies. Which will smoot

Can anyone please help me how to decrease the sensitivity of the accelerom开发者_C百科eter on an android device?


You should implement a high pass filter to filter out high frequencies. Which will smooth out the values.

Check out the Android Sensor event docs

0

精彩评论

暂无评论...
验证码 换一张
取 消