Questions tagged [android-augmented-reality]
214 questions
0
votes
1 answer
Get stabilized pitch and roll values
I want to get best pitch and roll values.
I'm already using that code to get azimut value.
Pitch and roll values seem not be good.
@Override
public void onSensorChanged(SensorEvent event) {
switch (event.sensor.getType()) {
…

Florian Mac Langlade
- 1,863
- 7
- 28
- 57
0
votes
2 answers
How to render the 3 D models from CT scan DICOM files on the marker for medical augment reality purpose in Android application
I am new to android and ARToolkit.I have to develop the android application which can augment and render the 3D models from CT scan images in DICOM format on the detected marker. I am using ARToolkit SDK for my purpose. But don't how to proceed with…

Praveen Kumar
- 13
- 9
-1
votes
1 answer
How to debug AnchorStatus " NotLocatedAnchorDoesNotExist"?
I am trying to learn how to use the AzureSpatialAnchor properly with unity using Hololens 2 and an android cellphone.
I downloaded the Unity GitHub example, and I modified the Start() of the AzureSpatialAnchorBasicDemoScript.cs as follow in order to…

salvolannister
- 1
- 2
-1
votes
1 answer
Filter by AR support on Google Play Developer Console?
I am looking to work on an Augmented Reality (AR) app using Google ARCore/Google Play AR services, as a bolt-on targeting the user-base of one of our current apps which is used by a very large group of people.
For obvious reasons, I would like to…

ROBYER1
- 117
- 8
-1
votes
1 answer
Augmented image anchor position changed frequently
ArCore Augmented image anchor created from image center pose changed after some time and it leads to look like the object not stable and it is drifting.Hoe to avoid anchor position change.

Ramprasad
- 7,981
- 20
- 74
- 135
-1
votes
1 answer
How to add a GameObject as a child of Ground Stage Plane dynamically on button touch?
I wish to have an interface with multiple buttons (Astronaut, Drone, Canister etc.) which then appear over the Ground Plane when the user presses a button.
I'm having a hard time making my prefabs as a child of the Ground Plane Stage dynamically.…

Redford Dirk
- 25
- 3
-1
votes
1 answer
Markers in different position in real world with Vuforia
I set World Center Mode of Vuforia AR Camera object in scene to DEVICE_TRACKING to apply handheld device rotation to AR Camera object, it works fine and when I look around by my android mobile phone the Vuforia AR camera move in the scene too.
I set…

Yeno
- 1
-1
votes
1 answer
Sample for the augmented image at the Google augmented-images page
Is there a sample for the augmented image at the Google augmented-images page (//developers.google.com/ar/develop/java/augmented-images/)?

Pierre
- 11
- 1
-1
votes
1 answer
Augmented Reality on Android GPS + Interactive
I'm working on a development where it is required to visualize an object by GPS and display a button to access the information of that object.
Can you develop this with android?

dieh1984
- 53
- 8
-1
votes
1 answer
Image recognition on led lights in dashboard and Augmented reality
I want to recognise an image and also to extract information from the image. Like while pointing the camera on vehicle dashboard it should detect all the led lights and should show an Augmented reality information for each led lights and what is the…

Prasanna Anbazhagan
- 1,693
- 1
- 20
- 37
-1
votes
1 answer
how to add Augmented Reality concept of vuforia in Android Application through Android Studio
i need to do Augumented Reality based location detection based on mobile device orientation, while detecting location i need the AR to animate the screen based on objects faced while moving..
any guidelines welcome, thanks

Gowdham GowD
- 31
- 1
- 6
-1
votes
2 answers
How to implement a markerless augmented reality system for mobile devices (Android)
I am very new to AR technology and Android. I have to implement markerless augmented reality system for mobile devices.(Android). I am little confused with which enviornment or SDK tool to choose. I came across Unity,AR toolkit, vuforia etc. I went…

user2301
- 1,857
- 6
- 32
- 63
-1
votes
1 answer
Markerless Augmented Reality for Android
I'm using Vuforia for developing AR apps for Android using Unity as a editor. But this uses a target as in images/3D objects etc. But what I want is an app that recognise the environment it is in, like this app Augment App for Android.
In this app…

santhosh.r
- 186
- 1
- 1
- 11
-2
votes
1 answer
I am getting SDK build tools not found error while building my AR Project in Unity editor even after putting the correct path in unity 2021.3.4f1
I am getting a unity error while trying to build my vuforia AR project. pls check out

Kamal Shah
- 9
- 3
-2
votes
1 answer
Display dynamic text instead of 3D object in vuforia android sample after image recognition?
What I want to do is display text instead of 3D object in vuforia sample after image recognition. Like if I scan a shoe image, it should display the name of the shoe, brand and shoe details in real time.
I have browsed a lot but haven't been able…

Zeeshan Khand
- 1
- 2