Compass and Accelerometer precision

前端 未结 3 1977
耶瑟儿~
耶瑟儿~ 2021-02-11 10:14

i made my own application in Android that use compass and accelerometer sensors to display the degrees of rotation and inclination of my device. I initialized all the listener a

3条回答
  •  广开言路
    2021-02-11 11:03

    I did this using a Kalman filter from here: Greg Czerniak's Website

    I'm sending data to a udp port and smoothing it on the PC using python. But I guess you can find a Kalman filter implementation for java/android out there.

提交回复
热议问题