Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location based AR - Accuracy #28

Open
robertocorrales opened this issue Jan 14, 2020 · 5 comments
Open

Location based AR - Accuracy #28

robertocorrales opened this issue Jan 14, 2020 · 5 comments

Comments

@robertocorrales
Copy link

Hi, I would like to use your sdk to build an Geolocated AR experience for mobile. I have tow questions:
1.- Does the accuracy depends only on the mobile GPS?
2.- Does it have maps and 3D buildings to mask objects in real life with buildings?

Thanks!

@danielguttenberg
Copy link

  1. You will also need a phone with a gyroscope. It will work on phones that don't have one by substituting with the accelerometer, but it won't be nearly as fluid and accurate an experience.

  2. We do not provide any 3D models ourselves, you will have to acquire these elsewhere. Depending on what your exact use case is, GPS based AR might not be accurate enough to mask real life objects. You will have to try.

  • Daniel

@robertocorrales
Copy link
Author

OK, I understand that uses the gyroscope/accelerometer onces the object is positioned with latitude/longitude. And the engine uses gps/gyro/acce for everything. But is there a known issue regarding accuracy? Because GPS by itself, depending on the signal could have 2-5-10-20 meters of error from the point.
Is this the same? Or do you use other methods to place the objects in the exact lat/lon?
Thanks

Roberto

@danielguttenberg
Copy link

There is no additional tracking mechanism with Geo AR, you will be limited to a couple a meters depending on your GPS signal quality, as you correctly pointed out.

We do offer visual tracking as well, but that is a topic entirely separate from Geo AR.

Daniel

@robertocorrales
Copy link
Author

robertocorrales commented Jan 14, 2020

ok thanks!
Last question! Is it possible to combine GeoAr with visual tracking (buildings for example)?
So basically I need to put something in a exact lat/lon for a Treasure Hunt. I was thinking GPS and something else like... beacons or something physical. But obviously if would be better only use virtual tools for that.

@danielguttenberg
Copy link

Yes, you can combine them. You can have Geo AR in combination with any of our visual trackers.

Daniel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants