How to improve accuracy of accelerometer and compass sensors?

后端 未结 4 1261
北荒
北荒 2021-02-01 11:07

i am creating an augmented reality app that simply visualices a textview when the phone is facing a Point of Interest (wich gps position is stored on the phone). The textview is

4条回答
  •  终归单人心
    2021-02-01 11:20

    You should take a look at low-pass filters for you orientation data or sensor fusion if you want to a step further.

    Good Luck with your app.

    JQCorreia

提交回复
热议问题