Is this library accurate?
EonJungKim opened this issue · 5 comments
I'm android developer in south korea.
I have run your sample project but it isn't accurate.
In my case, Andy keeps moving and showing distance is different to real world distance
(I have changed latitude and longitude.)
Can you tell me why it does and how to change it more accurate?
I think this project is not actively maintained at the moment. You will have to fix it yourself. The nearest release is more than a year ago.
I think this project is not actively maintained at the moment. You will have to fix it yourself. The nearest release is more than a year ago.
I have decided to calculate vector 3 coordinates using angles extracted from device's sensor.
Thank you for your comment.
I have decided to calculate vector 3 coordinates using angles extracted from device's sensor.
Thank you for your comment.
That's sound great! Would you mind share your code?
Hi! I am writing a small AR app. Accuracy is very bad. Calculating from three angel coordinate sounds very nice. I am not very specialized in sensor-coding. It would be fantastic when you share a codesnippet!
@EonJungKim can you share your code?