Questions tagged [android-augmented-reality]
214 questions
0
votes
1 answer
Unity ARFoundation - Augmented Objects does not register collisions
I'm currently stuck with my remote control app in terms of collisions.
I'm using Arcore XR plugin and AR Foundation.
I've placed a building and added mesh collider on it and my car.
My car has a rigidbody component so when I play it in the editor…

Dan Pham
- 1
- 1
0
votes
2 answers
Google Model Viewer AR- How to have "View in AR" button with out having poster or object preview
Is it possible to view my GLTF and USDZ file in AR from clicking a button. I do not want to have a background poster or object preview just a button.

michaelm682
- 11
- 1
- 3
0
votes
1 answer
Image Processing place 3D model on image by using ArFragment using ARCore and Android Studio
I have successfully implement 3D model by detecting image but problem is I have to rotate and zoom in and zoom out that model.I have also achieved it by using transformabel method but the issue is whenever I touch that model it's getting double.
…
user10324737
0
votes
1 answer
How to share GPS data as part of an AR app
I would like to build an app that uses GPS coordinates and then Augments the phone's camera with a straight line to a friends' GPS location and modifies the line graphics accordingly in real-time based on the users' movements.
I'm confused about…

21kc
- 23
- 5
0
votes
1 answer
paint wall in real time before painting the wall
I have selected visual paint as my final year project.
Abstract:
Finding the right color for your wall can be a challenge to suit your taste. To make you free from the pain of painting and repainting, this application will give you a variety of…

Ayesha
- 1
0
votes
1 answer
Why does the Augmented Image Sceneform SDK Sample doesn't work only with run-time constructed AR objects?
I'm tinkering with the Sceneform SDK's Augmented Image sample code after I completed the accompanying code lab. The completed sample adds two types of objects to the AR scene: one is modeled with a CAD software and loaded from an sfb binary (that's…

Csaba Toth
- 10,021
- 5
- 75
- 121
0
votes
0 answers
ARCore in unity will let me RUN the game but not build and run
I am trying out ARCore(1.5.0) for unity (2019.1.0f2) and I am able to run the game on my phone by clicking the play button. But when I try to build and run it shows me multiple…

Creatos
- 11
- 1
0
votes
1 answer
Is it possible to determine user gaze in ARCore / Sceneform (Augmented Reality) without using Unity?
I can create a gazePointer in ARCore using Unity (as shown in: https://codelabs.developers.google.com/codelabs/arcore-intro/#10), but is it possible to do the same without Unity (just using ARCore / Sceneform)?
The functionality I need to replicate…

siliconpi
- 8,105
- 18
- 69
- 107
0
votes
0 answers
How to anchor an indicator or pointer into Sceneform?
How to add 2d view rather than 3d view without detection of plane, i know how to add 3d view by using viewRenderable.
I wish to create something like screenshot below.
https://i.stack.imgur.com/Wm9M6.jpg
Thanks in advance!
I have use ViewRenderable…

Novice
- 19
- 1
- 8
0
votes
1 answer
SFB file lost Y-Axis value after it got generated from FBX file in ArCore Android
I converted FBX file to SFB in Android Studio. When I placed the model using Sceneform the model is placing at position Y-Axis 0 but the in actual FBX file model is showing at some height from surface (having some value for Y-Axis).
How to fix it?

Rahul Rastogi
- 4,486
- 5
- 32
- 51
0
votes
1 answer
Networked AR Unity can't make a bullet a child of the ground plane stage
I am trying to make an AR game and am currently using Unity's high-level networking classes. I have set my player prefab to be spawned in one of the two network spawn locations, which are both childs of the Ground Plane Stage. When user has tapped…
0
votes
1 answer
Not sure how to put this in words. My app glitches when its supposed to put an element on a plane and then no response from it after that
Link to the app on google drive I have this app on gitHub but its not the exact same as this one, thats why I uploaded this version on google drive instead of gitHub
screenshot the screenshot also includes a summery of the problem
Newbie here, this…

ThandoBhebhe
- 675
- 1
- 5
- 11
0
votes
0 answers
How to get Pose of center of the displayed by ARCore grid?
ARCore shows a grid on a surface in the center of the camera's view. How to get Pose of a central point of this displayed grid?

tse
- 5,769
- 6
- 38
- 58
0
votes
0 answers
How To Insert a static object in Vuforia world coordinates without attaching it to an anchor plane or anchor Mid Air Element?
I am facing the following issue :
I need to insert an object in my scene, and I want it to stay in its position,
without moving with the world camera.
can I do that without Palne or Ground Detection?
thanks in advance

Qusai Azzam
- 465
- 4
- 19
0
votes
0 answers
How to Increase Pose Movement Speed in ARCore
I am working on an application in Unity ARCore SDK for visualizing a room with marker detection on android mobile phones. There is no problem in creating the room model when marker is detected. The problem is, when user moves in the room, its…

dreyzz
- 99
- 2
- 13