alexskyy / android-augment-reality-framework

Automatically exported from code.google.com/p/android-augment-reality-framework
GNU General Public License v3.0
0 stars 0 forks source link

Rotation refresh rate is really slow #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. launch the demo app
2. turn the phone and see that the icons have a huge lag making the app seem 
very slow to update 

What is the expected output? 
App should be snappy and update quickly like the google skymap app
What do you see instead?
Icons moving really slow on the screen although I move the phone fast

What version of the product are you using? On what operating system?
latest source - revision 136

Please provide any additional information below.

Original issue reported on code.google.com by avolc...@gmail.com on 29 Dec 2012 at 12:15

GoogleCodeExporter commented 8 years ago
Try disabling collision detection:
AugmentedReality.java
useCollisionDetection = false

You can also try changing the values for the LowPassFilter:
SensorsActivity.java
LowPassFilter.filter(0.5f, 1.0f, evt.values, grav);

Original comment by phishman3579@gmail.com on 7 Jan 2013 at 9:02