Giter Site home page Giter Site logo

daniazar / android-augment-reality-framework Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 912 KB

Automatically exported from code.google.com/p/android-augment-reality-framework

License: GNU General Public License v3.0

Shell 0.02% HTML 84.48% CSS 0.12% Java 15.39%

android-augment-reality-framework's People

Contributors

phishman3579 avatar

android-augment-reality-framework's Issues

Local Datasorce not showing POI

What steps will reproduce the problem?
1. Change Local data source with nearby lat-long to my current location
2. Launch app
3. only blank screen no poi found.

What is the expected output? What do you see instead?
POI should be tracked once i face camera to that direction

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

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Nov 2013 at 6:34

markers position

i have got a problem with the markers on the live view. all of my markers are 
local and when i try to see them they are not in the view of my cam if i hold 
it as normal. i can found them either in bottom or in the sky. Also i have 
never seen the marker in the actual building that i have put it on!

Thanks in advance for any help and sorry for my english!

Original issue reported on code.google.com by [email protected] on 18 Oct 2012 at 11:44

Download SVN

When I try to download the repository into eclipse the url crashes!


Original issue reported on code.google.com by benoffi7 on 6 Jun 2012 at 11:32

How to optimize the rendering performance for AR Objects(Markers)

What is the expected output? What do you see instead?
 - Slow rendering of AR(Augmented Reality) Objects(Markers)

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

Please provide any additional information below.
Can you please tune your code for best rendering performance?
The frame-rate for rendering the AR scene when the camera moves.
Or, can you share the clue for optimizing the rendering performance by myself 
in the code?

Original issue reported on code.google.com by [email protected] on 26 Dec 2013 at 10:20

POI ontouch listener

hi can I make the markers be defined by the user for example i touch the screen 
the icon will be displayed/draw in their

Original issue reported on code.google.com by [email protected] on 11 Sep 2012 at 4:25

Marker on screen move with device movement

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 [email protected] on 20 Nov 2014 at 2:33

Does the framework support showing route map

I want to show a route map based on AR . Please let me know if this framework 
supports this. If yes, please give me pointers on which functions / files to 
look at.

Thanks in advance for your support.


Original issue reported on code.google.com by [email protected] on 22 Aug 2012 at 12:01

apps auto close when too much marker on certain angle

Sorry, i really need some help here, after i have added for like around 10 icon 
marker in LocalDataSource.java, when i launched the apps, i move my camera to 
the icon, and i hold on the position of my camera for like 10second and looking 
on the icon (8 of them are sticking together since i set the collisionDetection 
to "false"), the apps will auto-close or exit without any crash alert like 
("unfortunately blabla... has stopped), it just auto close the app without any 
notification, and there is 1 thing i found out is when i only put 1 or 2 
iconmarker or i move the camera to angle that dont have any marker, this 
problem is solved (i mean the apps wont force-close)..... Just let me know if u 
need any of my files... thank you

What is the expected output? What do you see instead?
i hope the apps will not auto-close when i put up more than 10 icon marker

What version of the product are you using? On what operating system?
i am using galaxy nexus 4.2.2 jelly bean and eclipse

Please provide any additional information below.
I am kinda new to augmented reality, so really need help on fixing this bug.... 
i have been trying to solve it for 2 weeks... 

Original issue reported on code.google.com by [email protected] on 1 May 2013 at 6:09

Attachments:

Its slower than mixare

Its based on mixare but objects on camera screen are moving way more slowly 
than mixare's. Can it be fixed? 

Original issue reported on code.google.com by [email protected] on 16 Jan 2012 at 11:39

Rotation refresh rate is really slow

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 [email protected] on 29 Dec 2012 at 12:15

Latest code working for both orientations. What if want to work on one only?

What is the expected output? What do you see instead?
As per the doc available, If I want to run the camera activity in either of the 
mode then i should work with the PORTRAIT variable's value (in 
AugmentedReality.java) but changing this value is not giving me the desired 
results. The camera activity is working fine in both modes regardless of 
PORTRAIT variable's value.

What version of the product are you using? On what operating system?
I am using Windows 7 O/S. Current SVN code log value is 140.

Please provide any additional information below.
Changing the value in manifest is not effecting the results also. Whether I use 
portrait or landscape, it's working perfectly for both.

Original issue reported on code.google.com by [email protected] on 25 Feb 2013 at 11:40

show an icon when my phone is lying flat with camera face down

how to show an icon when my phone is lying flat with camera face down? And is 
it the way to make the two stroke line in the radar rotate as i rotate my 
camera. cos it suppose to tell the range of point in radar where user is in 
view,it did work fine in one way landscape, but not both.

Original issue reported on code.google.com by [email protected] on 22 Feb 2012 at 2:33

Icons are moving on Orientation change

What is the expected output? What do you see instead?
If I have a Marker, and turn my phone a little to portrait-mode the Icon of an 
IconMarker is moving towards/left relative to its Label.

What version of the product are you using? On what operating system?
r122, Xubuntu 11.10, Eclipse Indigo, Samsung Nexus S


Original issue reported on code.google.com by [email protected] on 3 Apr 2012 at 3:37

Program fail in AVD 4.2

What steps will reproduce the problem?

I've just imported your prohect and started a new AVD machine with this specs: 
System 4.2, screen 320x480, 512 RAM/16 MB VMH, camera emulated. Next, set it to 
landscape and then run the application.

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

Scrollbar is usable and refresh radar distance, but no position is received 
(nor azimut). GPS data is sent using DDMS.

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

Version 130r, eclipse Juno.

Please provide any additional information below.

An error is reported in LogCat -> 'Error opening trace file: No such file or 
directory (2)'

Original issue reported on code.google.com by [email protected] on 24 Nov 2012 at 11:33

Live marker rotation

is there any way to make the marker rotate when the user rotates the phone? i 
mean something similar to mixare, because the problem is that when i have 
disabled the portrait orientation and rotate the phone from landscape to 
portrait everything is in 90 degrees wrong. 

thanks in advance!

Original issue reported on code.google.com by [email protected] on 10 Dec 2012 at 4:25

Reference Table overflow

What steps will reproduce the problem?
1. Start my own app
2. display the AR screen
3. Move around watching over 5 points overlapped crashes

What is the expected output? What do you see instead?
It crashes because of Reference Table overflow



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

Android 4.2.2 
In 2.3.6 It works fine

Please provide any additional information below.

Here is the stacktrace http://i.stack.imgur.com/LRGHk.png
If I comment the line drawText(canvas); from Marker.java It works fine, 
So the problem seems to be the rectangle that contains the text that overlaps 
whit other points.


Note that I implemented the code into my app and loaded my own data source and 
icon

Original issue reported on code.google.com by [email protected] on 26 Mar 2013 at 9:59

Problem with icon movement in the screen

My icon is not move fluently when I move the device up and down. 
What should I change in my code? The LowPassFilter class?  I think it's a 
problem with filtering values of sensor......but i'm not sure....


Original issue reported on code.google.com by [email protected] on 15 May 2013 at 2:56

How to add a progress indication

I using this framework and showing my local POIs similar to Demo example. 
Everything is working fine except that it takes long time to open the view . SO 
i wanted to show some indication progress bar / atleast a toast that AR data is 
getting loaded . How can i do this.

Thanks a lot for your support


Original issue reported on code.google.com by [email protected] on 22 Aug 2012 at 1:46

Markers not updated properly

In my activity i get all markers for my locations and calls 
ARData.addMarkers(cachedMarkers);

This works perfect. If i had location 1 at 500 meters, it shows that
Now i go back from my activity. I move to a a new location 2 kms away.

i open the activity again. it gets the marker info and call addMarkers.
Now what i see is that, it shows location1 again at 500 metres instead of 2.5 
kms.

I think it is because of the code 

 public static void addMarkers(Collection<Marker> markers) {
        ...
...
        for(Marker marker : markers) {
            if (!markerList.containsKey(marker.getName())) {
                marker.calcRelativePosition(ARData.getCurrentLocation());
                markerList.put(marker.getName(),marker);
            }

        }




If name already there, we do not add marker again. But will this logic work ?
When we move to a new location, the existing marker should be removed and new 
one added with updated data ?Shouldnt the markerList recreated each time AR 
activity is loaded ?

Thanks a lot for your help.


Original issue reported on code.google.com by [email protected] on 17 Sep 2012 at 11:10

activity force close when added too many markers

When i have added around 10+ marker in LocalDataSource.java , the ARData will 
force close without any crash notification which result the apps to be crashed 
or force exit, so i have posted my issues on stackoverflow ,this is the link to 
my question : 
http://stackoverflow.com/questions/16813706/android-apps-activity-force-back 

Is there any way to prevent this to be happened? 
This is my logcat : http://pastebin.com/dvi7MBML
This is my AndroidManifest : http://pastebin.com/Y5f46JJF

Just let me know if you need any files to be referred , please help me because 
i got to submit this system at the end of June, thank you!!


Original issue reported on code.google.com by [email protected] on 29 May 2013 at 3:51

AFatal signal 11 (SIGSEGV)

What steps will reproduce the problem?
1.Import source code
2.Run Demo app

What is the expected output? What do you see instead?
App crashed with below exceptions:
04-10 13:31:42.398: E/dalvikvm(10599): VM aborting

04-10 13:31:42.398: A/libc(10599): Fatal signal 11 (SIGSEGV) at 0xdeadd00d 
(code=1), thread 10599 (gmented_reality)


What version of the product are you using? On what operating system?
Version : 1.0
OS: 4.1.2
Device: Sony Xperia (C6603)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 10 Apr 2013 at 1:49

Marker strangely lying above the sky when first start

Start demo activity

Expect to see markers but nothing shows up. Instead, when rotate the phone 
toward the mid of the sky, you would see many markers lying there.

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

Seems like the initializing process of coordinate transform matrix go wrong.

Original issue reported on code.google.com by [email protected] on 8 Mar 2012 at 4:05

Does not show multiple POIs close enough to share the screen space

For any POIs which are very close to each other(not overlapping) the app shows 
only one at a time.  
Also it seems in Landscape mode, the POI is shown only on the left half of the 
screen, when I rotate the device slightly the marker disappears. 
Also the marker display is not consistent, even if I move my device slightly 
marker disappears. 

I am testing it on my Sony Xperia with OS 2.3.4 compiled the sourse using 
Google APIs 2.3.3 . 

The revision is 140. 



Original issue reported on code.google.com by [email protected] on 7 Mar 2013 at 12:42

The selected marker is not the one got clicked - and even the invisible marker got selected

What steps will reproduce the problem?
1. Run the AR, with the case there are 3 Markers in the visibility zone
2. Click on the marker group
3. The info of an unknown invisible marker got selected, instead of the visible 
one! (due to the check Marker.calcVisibility() and the list of markers not 
correctly sorted)

What is the expected output? What do you see instead?
1. Only visible markers should be clickable
2. When click on the marker group, the closer marker (by distant) or the one in 
the clicked zone should be selected, and not the first one that appeared in 
ARData.getMarkers().

What version of the product are you using? On what operating system?
Android 2.2, Huewei Phone, with 320x240

Please provide any additional information below.

Thanks!
Duy

Original issue reported on code.google.com by [email protected] on 7 Nov 2011 at 4:23

Overlay support

It would be great if this library supported image overlay: upon detecting a 
specific image by the camera, display proper info on the screen.
Also, drawing something 3d over the camera view would be great (but much more 
difficult to implement, I think).

Original issue reported on code.google.com by [email protected] on 21 May 2012 at 1:37

License change

Hi guys, it's nice that you took code out of mixare but you need to change the 
license to GPLv3. You cannot take GPLv3 code and redistribute it as apache 2.0

Kind regards,
Daniele

Original issue reported on code.google.com by daniele.gobbetti on 22 Nov 2013 at 9:44

ARData azimuth

i want to ask where do you set the ARData azimuth and after that you use it by 
the get method?i am asking this because in the last version of your code you 
have commented the lines in sensoractivity where you set the azimuth. Although 
you are using it in the radar.drawText(). 

Original issue reported on code.google.com by [email protected] on 16 Nov 2012 at 2:57

force close

What steps will reproduce the problem?
1. when app is started it works fine.
2. i exit from app by clicking back button.
3. Then i start app again it gives FC

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


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 11 Sep 2011 at 5:48

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.