Questions tagged [android-augmented-reality]
214 questions
2
votes
2 answers
Get Unity compass true north heading
I'm currently trying to implement a location-based AR app for Android using Unity C# and ARCore. I have managed to implement an algorithm which gets latitude/longitude and translates it to unity meters. However, this is not enough to place objects…

Shend Ibrani
- 21
- 1
- 3
2
votes
1 answer
ARCore 1.2 Unity Create AugmentedImageDatabase on the fly
I am trying to dynamically create an image database using arcores new image tracking feature.
Currently I have a server serving me image locations which I download to the persistent data path of my device. I use these images to then create new…

Rolthar
- 151
- 2
- 23
2
votes
0 answers
Force WebARonARCore (Chromium) on Android
I'm creating a new Augmented Reality Android application using Cordova. I have in some way to force my mobile to use this web browser: https://developers.google.com/ar/develop/web/quickstart. Is it possible to do this?
I'm using Cordova to build…

sirjmota
- 51
- 5
2
votes
2 answers
Unity (Vuforia) project integrated in Android project shows a black screen on startup
My situation:
I created an Android app and an AR Unity app that makes use of Vuforia 7.0.47.
The Android app has lots of features, one of the features is the augmented reality made with Unity and Vuforia.
In order to easily include and later on…

Dennis
- 818
- 2
- 10
- 23
2
votes
0 answers
3D Object Recognition Mixed Reality Audio, Video & 3D Objects
I'm working on augmented-reality. I want to load a 3d model from local asset and play real time audio based on a vertex. check this
https://www.youtube.com/watch?v=zZ_iRinEnDE
I trying wikitube SDK. how to achieve this in Android Native.

Surya Prakash Kushawah
- 3,185
- 1
- 22
- 42
2
votes
0 answers
using cameraView to show markers on a specific location
I am working on a native android project in which i need to use augmented reality in a section.
It is a like a business application in which user get offers from company.
Now the main part is the offers will get like we get Pokemon in PokemonGo…

Anurag Shrivastava
- 650
- 7
- 25
2
votes
1 answer
Drawing path in Project tango augmented reality
Explored Augmented reality using project-tango, which locates the 3D objects exactly in a particular position in the real world. While navigating to that object or nearing that object a pathway should be overlaid to that object as shown in the image…

user1799171
- 567
- 1
- 3
- 15
2
votes
2 answers
How to prevent objects from rotating in Unity 3D using Kudan Markerless Augmented Reality?
I have been working on Augmented Reality Kudan's unity SDK. I have seen the tutorials in which the objects seems to be static but when I tried the objects kept on rotating which do not meet my requirements and I am unable to stop the rotation. If…

user3599561
- 103
- 1
- 1
- 6
1
vote
2 answers
How to add Sceneform dependency into build.gradle?
I want to use SceneForm in my Android app. Adding into the build.gradle (app level) a dependency like this:
implementation 'com.google.ar:core:1.36.0' // also added
implementation 'com.google.ar.sceneform.ux:sceneform-ux:1.17.1'
implementation…

alexmat1513
- 11
- 3
1
vote
0 answers
How to build an AR application for a custom board running Android 7+?
I'm trying to find a foolproof workflow for implementing augmented reality (AR) applications on a kiosk-style device, which has custom hardware running Android 7 or higher. The manufacturer of the hardware advised me to pre-plan the AR development…

SarangD
- 198
- 1
- 9
1
vote
0 answers
Background image for 3d model Renderable
In my application i need to develop full screen background image for 3d modelRenderable object added to sceneView.
I did it by way described in the topic: https://github.com/google-ar/sceneform-android-sdk/issues/332
Created ViewRenderable object…

Nososerg
- 41
- 3
1
vote
1 answer
Can we able to find face rotation (on left/right side) using ARCore Augmeted faces in Android?
I am using ARCore Augmented faces to create Try-out-Jewellery App in Android. I have created App which supports 3 different nose rings and 1 Mang Tikka (Head Jewellery). You can find reference video of our Try-out-Jewellery App on youtube.
ARCore…

Pradip Tilala
- 1,715
- 16
- 24
1
vote
1 answer
Why does collision detection work in editor but not in android build? (AR Foundation)
I am building an augmented reality app using ar foundation. I need to detect a collision between two cubes. The cubes both have a box collider and a rigid body attached to them. When I run the scene in the editor everything works fine but when I…

Dadu Khan
- 369
- 2
- 16
1
vote
1 answer
URL Images not playing videos with Augmented Reality (AR) Android
I am implementing a bring Images to life feature, this is the blog that I was following, and I tried to convert the URL image to bitmap but it seems not connecting to a local video.
I am using Picasso, to download the image as a bitmap from a URL…

Idris Stack
- 546
- 1
- 14
- 36
1
vote
0 answers
How to render objects in Just A Line AR App?
I have to render objects over lines drawn in Just a Line AR App.But when i am trying to include arfragment, "app is not able to find a place to draw line".Also when i am trying to include view renderable class for showing 2d texts into 3d scene,i am…

Tushar Kumar Rai
- 33
- 3