Questions tagged [android-augmented-reality]
214 questions
11
votes
2 answers
Area learning after Google Tango
Area learning was a key feature of Google Tango which allowed a Tango device to locate itself in a known environment and save/load a map file (ADF).
Since then Google has announced that it's shutting down Tango and putting its effort into ARCore,…

sdabet
- 18,360
- 11
- 89
- 158
10
votes
5 answers
ARCore Compatible devices
What are the next Android smartphones to be compatible with ARCore?
Is there a known list of future compatible devices yet? Maybe a general project schedule?
We are about to purchase some units for AR development assessments, at first we thought…

Elmak
- 144
- 1
- 9
8
votes
3 answers
Unity3D How to Create Augmented Reality Without Marker?
I'm already make an augmented reality app that can read images marker, but I wonder if i can make augmented reality without marker in unity.
Can anyone tell me how?

Josh Parinussa
- 633
- 2
- 11
- 28
7
votes
1 answer
Using MediaPipe Hand Tracking with Unity
We are working on a project for a Mobile (Android) Mixed-Reality (MR) game using only hand gestures for interacting with the virtual objects. We've researched for frameworks and api's that we could use for the project. Currently, we think the best…

Cagla Sozen
- 93
- 1
- 6
7
votes
1 answer
ARCore in unity vs Sceneform features/use cases?
The way I understand it is that there are several environments that support ARCore and Unity and Sceneform SDK are some of the options.
I was wondering how are they different from each other besides one being in Java and the other being in C#? Why…

boinka
- 145
- 1
- 11
6
votes
2 answers
Packaging ARCore Unity Projects for distribution
I have just picked up the Unity ARCore project and have been having a bit of a play around with it. Very exciting stuff for AR on Android devices!
I am interested however in how developers in Unity are meant to package the applications for…

Oliver Ellmers
- 71
- 2
6
votes
2 answers
TGLAugmentedRealityView like library FOR ANDROID? (Locations on camera preview)
So I would like to use a very similar library for Android just like TGLAugmentedRealityView
It's pops view's to the camera preview based on your and the target's location.
I hardly find anything useful for Android.
Please help if you can.

Adam Varhegyi
- 11,307
- 33
- 124
- 222
5
votes
0 answers
Preloading World Anchors Using Vuforia Engine & Unity
When content is placed within an AR scene, an anchor stage is created. How can I preload an AR scene with an anchor stage already loaded into the scene, complete with content placed within it?
For example, how could I place a 3D Cube in the centre…

matwr
- 1,548
- 1
- 13
- 23
4
votes
0 answers
Unity3D: AR Foundation - CameraConfigFilter?
We noticed, that google pixel devices have a locket 60 fps camera configuration, which blocks focusing. This also impacts the AR Foundation App experience.
You can see this information also at the supported device list on google:…

THDevelopment
- 51
- 4
4
votes
1 answer
Difference between Google Cloud Anchor and Microsoft Azure Spatial Anchor
I was looking at the documentation for uploading anchors and at first I started looking at Microsoft Azure Spatial Anchors. Then I came across the Google Cloud Anchor. I couldn't find any documentation mentioning the pros and cons of both libraries.…

Krishna G
- 61
- 5
4
votes
2 answers
How to change the position of a node in a plane?
I'm working on a project but I want to change the position of a 3D asset(example, Andy) when a button is tapped.
I've been using .getLocalPosition to get the position the asset but I don't know if it is the correct function.
If it is correct, I…

Jude Asiamah
- 73
- 1
- 10
4
votes
1 answer
Augmented Faces API (ARCore) - How to replace face mask with another mask by using button in Android Studio
I'm developing AR android app with using ARCore-Augmented Faces API in Android Studio. For now, I have finish set up the app (5 buttons and its associate 3d model) and it is work well when I click one of those buttons for the first time launched the…

khairudin
- 820
- 6
- 8
4
votes
3 answers
ARCore : is arcore-preview.apk (= Tango Core app) required to run a ARCore app?
I would like to develop an app using ARCore. I have several questions:
is it required to install the arcore-preview.apk to be able to run this ARCore app ?
Why does the arcore-preview.apk appears with the name "Tango Core" in the applications…

toto_tata
- 14,526
- 27
- 108
- 198
4
votes
2 answers
Google ARCore Domain Model by Example
I'm trying to read and make sense of Google ARCore's domain model, particularly the Android SDK packages. Currently this SDK is in "preview" mode and so there are no tutorials, blogs, articles, etc. available on understanding how to use this API.…

smeeb
- 27,777
- 57
- 250
- 447
3
votes
0 answers
Indoor Navigation using ARCore and ARkit In Flutter
so I am trying to build an AR based indoor navigation application in flutter for that when I researched I got to know about ARCore and ARKit but the solution I was able to find are basically in UNITY(Recommended for AR) but I want to know about the…

yogender
- 202
- 3
- 12