Compass readings on SGS III

后端 未结 2 542
孤独总比滥情好
孤独总比滥情好 2020-12-20 06:14

My app needs to show the current bearing of the device using its compass. The code I\'m using (below) works perfectly fine on my Galaxy Nexus and Galaxy One, but the compass

2条回答
  •  执笔经年
    2020-12-20 06:49

    may be you should clone the value from the sensor reading first and then lowpass the filter if this does not work , I know SONY XPeria phone is very sensitive unlike samsung which is quite stable .

    In my view , S3 reading is quite ok under android OS 4.3

    event.values.clone;
    

    My recent experience couple data feedback force me to apply rotation vector logic on SONY phone loaded with Invesense sensor and it seemed to be working , although I still do not like the choppy response but I have live with that kind of response on SONY android 4.3 OS . It is also appear to me that any phone loaded invensense sensor need to apply the rotation vector for it to work properly

提交回复
热议问题