-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
New feature: Geo-positioned AR Object #99
Comments
I've worked on it for a few days and managed to get something that works. Here is how I've done it: ARCore coord system is different each time. This is the main challenge when working on geo-positioned AR object.
tips: add it when the user tap a plane, so the calibration is good before it adds the object |
Hi, Can you share some sample code? |
Hello @RobinLbt I'm also interested in a geopositioned object view. I would like to use it as the basis for a team project at my university. |
I am also interested on the GPS implementation for a project that I run. |
Any solution guys? |
The idea of this new feature is to place an object on a given geocoordinates an show it in the ARCoreView when the user points the camera in this position.
Could be convenient also take into account the minimum distance to show the object.
Thanks
The text was updated successfully, but these errors were encountered: