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

Marker on screen move with device movement #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Marker occurs on the screen and moves with the device rotation.

What is the expected output? What do you see instead?

When i see the marker on the screen , I want to pause it , suppose i see it on 
the right corner of my device , so if move my device towards that marker at 
that time i need that marker to be in the position where it generated. But 
currently My marker move with device movement and i am not getting it in the 
center or in the focus.

What version of the product are you using? On what operating system?

version 1 on windows

Please provide any additional information below.

I am setting the marker through LocalDataSource class and able to see those on 
screen . But I need the smoothness when Marker gets draw on the screen , My 
marker moves with my device movement. I need to pause it or atleast need to 
smooth it once it generated on the screen . I tried to change the Low Pass 
Filter value also . Please suggest me the solution to get smoothness .Does it 
effect the marker smoothness if I am putting a long distance icon or place ? 
Thanks

Original issue reported on code.google.com by test.tea...@gmail.com on 20 Nov 2014 at 2:33