Questions tagged [android-augmented-reality]
214 questions
1
vote
2 answers
Capturing a snapshot of VideoBackground within Unity Vuforia plugin
I would like to capture the realworld view at the moment when content is placed using a GroundPlane or Mid Air stage.
This seems to be readily available within the AR camera's BackgroundPlane Mesh Renderer - Custom/VideoBackground (see screenshot…

matwr
- 1,548
- 1
- 13
- 23
1
vote
0 answers
object blink or disappear and appear when click on screen - vuforia augmented reality
when displaying object using vuforia ground plane stage object is displaying but when I click (touch) on screen object is blinking or moving or it is disappearing and appearing on some new place. Basically what my requirement is if I touch on screen…

Kolluru Nagalakshmi
- 85
- 6
1
vote
1 answer
How to develop android application using ARCore in Unity?
Im new in developing ARCore application. Im trying to develop but only 3D object appear after scan surface. I want UI button works and have animation when I click the button. Anyone can help me and have a tutorial step by step?

LAR
- 43
- 4
1
vote
1 answer
How can I remove these game objects when loading a new scene?
I am trying to create an augmented reality quiz game. However, I have a problem when I finish one quiz. The Data controller which contains the questions isn't being destroyed properly after ending the quiz. It just adds up to the hierarchy.
By the…

mrdee
- 13
- 2
1
vote
1 answer
How to track multiple objects in wikitude?
My use case is that I want to track different objects kept in different rooms. I uploaded the images of object(1) and downloaded the WTO file and successfully able to track it by setting the targetcollection property of object tracker. Now for the…

Piyush Nariani
- 35
- 1
- 7
1
vote
0 answers
How to recreate an Anchor after SceneView is paused?
I have a scene with an object attached to an Anchor node.
val anchor = hitResult.createAnchor()
anchorNode = AnchorNode(anchor)
anchorNode?.setParent(arSceneView.scene)
And then I attach my objects to this anchor.
When my app goes…

Renaro Santos
- 403
- 1
- 7
- 19
1
vote
0 answers
How to give border of andy object in AR Core
I am building an application using ARCore where i am display images from server. I want to give a border on image that is displaying on AR surfaces. I have list of colors and on tap of that color i need to set it as a border of AR image. Here i am…

Keval Shukla
- 437
- 6
- 18
1
vote
1 answer
Android - Add Vuforia SDK to existing android studio project
I want to make a small Augmented Reality Android app, using the Image Marker functionality from the Vuforia Framework.
I have downloaded the SDK and the Sample project and set it all up. It all works fine, after a long working process.
Now I want to…

Lasse Bickmann
- 195
- 3
- 14
1
vote
0 answers
Rotate object to head to magnetic north in ARCore
I want to rotate an object so it heads to magnetic north, for example I want to create a compass needle, how can I do that?
I can rotate objects in local space like below, but how to align to real world North:
Node solarControls = new…

AVEbrahimi
- 17,993
- 23
- 107
- 210
1
vote
0 answers
AR POI which are near are Overlapping
I am creating Augmented Reality in Android application, in which I have few POI and I am putting them on Camera Coordinates, Now only issue with this is nearby Coordinates are overlapping. I want to cluster the nearby Coordinates. Is there any way…

Mehdi
- 103
- 1
- 8
1
vote
0 answers
ARCore unity - Place objects between two objects
Using ARCore on Unity, I'm trying to place one gameObject between two gameObjects. Unfortunately it doesn't display, it seems it is a problem with Anchor.
*Using Vuforia, i didn't had problem to position game objects.
What i try to achieve…

Rocé Tarentula
- 653
- 1
- 6
- 15
1
vote
0 answers
Wavefront obj formatted string as a source for a Viro3DObject instead of using require('/src/theobj.obj') (in react native)
is it possible to use an .obj notation formatted string as a Viro3DObject* source? So instead of pointing to my /src/models i use a gigantic string which is exactly the same as what an obj file would contain in my local assets?
like so:
objStr =…

robertjuh
- 311
- 1
- 2
- 14
1
vote
0 answers
Rotating camera around Y asix not making AR face camera vuforia native android
I am making AR video app using vuforia. I want my video should come vertical and always face camera when I move camera around Y axis on all other oration my AR video should vertical. I have edited vuforia sample videoplayback and added folling code…

Mirza Ahmed Baig
- 5,605
- 3
- 22
- 39
1
vote
0 answers
How do I fix a 3D object on glsurfaceview and cameraview and rotate it from a different angle?
I want to build an augmented reality (AR) app as shown in this video: Ikea’s new augmented reality app will change the way you decorate
I have loaded a 3D .stl object on glsurfaceview and cameraview, and I am able to rotate the object with the touch…

Sejpal Pavan
- 130
- 10
1
vote
1 answer
Augmented Reality with Python for smartphone
Are there tools available to build AR apps/games for Android/iOS with Python as a primary programming language?
For smartphones according to my research most used combination is Unity/Vuforia ( C#), but I would really like to use Python?

lcadc17
- 195
- 1
- 16