Questions tagged [android-augmented-reality]

214 questions
0
votes
0 answers

GameObjects shaking on vuforia image target

I am new to AR and I have uploaded my image target on Vuforia which has 5 star rating. I am trying to put buttons in world space canvas. However, when I run the application on android platform, the gameobjects are very shaky. I have put gameobjects…
0
votes
1 answer

How do I place a UI button on image target using AR Camera and Vuforia

I want to place a UI button based on the image target. I am using Vuforia engine and I have an image which has chairs and tables. So I want to place a button on the UI (not a virtual button) based on image. For example, one button should be on the…
0
votes
1 answer

I need help creating a GameObject over image target in Unity with AR CORE

I'm struggling fo find anything like "Augmented Model visualizer" or another method how to attach a model to a detected target image. I have tried to place the model (capsule) on the scene, with& without Augmented image visualizer, tried to child…
0
votes
1 answer

Arcore StereoScopic Rendering in Android

I would like to implement an android application (API min 27) for a term project which enables users to experience Arcore and mixed reality features in headsets such as google cardboard etc with stereoscopic view. For preliminary research, i…
0
votes
2 answers

ArCore Augmented Images image not visible

I am implementing the new augmenting images recognition feature of the ArCore. The recognition of my database images is working fine and a video start playing when they get recognized. However i was wondering if there is any listener that is called…
makis.k
  • 432
  • 6
  • 23
0
votes
1 answer

AR core for android

I have planned to integrate AR into my android app. I'm new to AR and confused whether to choose ARCore for Android studio (Java) or Unity. Please suggest me a good option to get started with AR using ARCore.
0
votes
1 answer

Is ARToolKit installer not available Windows now?

I am developing an augmented reality based mobile application on Windows that is based on foot detection. I want to develop this application using ARToolKit. The documentation at https://github.com/artoolkit/artoolkit5 says 'Run the ARToolKit…
0
votes
0 answers

How to integrate Location based Augmented Reality in Android

I have been searching seens long about augmented reality examples or documents which covers location based services. For Example i have to create such type of app which gives location based marker on camera view.Whenever i move camera to the…
0
votes
1 answer

Im noob at Vuforia, so Vuforia can't recognize my image?

First of all I'm noon at Vuforia and Unity. I want to make memorybook to my girlfriend. We have photograph album and I want to use them as target images and want to show videos in program. I have downloaded core package, and tried imagetarget works…
0
votes
2 answers

Change image search of surfaces in sceneform with arcore

where I change the sceneform_hand_phone.png image to a custom one?. This is the image of the hand that is used in the library sceneform for Android with ARCore. Thank you
Atlas Keel
  • 21
  • 1
0
votes
1 answer

Enable disable and share in unity

i'm making an app to take a picture with an Augmented Reality object on it I'm quite confused, can i make a single button to enable and disable at the same time? I mean, i'm using a button to show an AR object, but i can't disable it .. i already…
0
votes
1 answer

UnityPlayer gives "Your hardware does not support this application,sorry!" message

I've downloaded a UnityPlayer.jar that i found from a sample application and added it to my application, but It gives me this message in runtime. Can someone help!! Am i missing something. Is this a right way of doing it. Any help would be…
0
votes
0 answers

How to pinch and zoom or pan the ARCore camera. Unity3d

How to pinch and zoom or pan the ARCore camera. Most importantly is it possible or i just been an idiot and there is no solution to do so. Example: using the ARCore Device from the GoogleARCore->Examples-> HelloAR Seems to me the fieldview is…
0
votes
0 answers

try to start AR android example project

I try to run this test project Android AR quickstart I have message that SDK is not found. I put ANDROID_HOME env.variable though I have the same error. My local.properties file in gradle scripts is…
Anatoly
  • 3,266
  • 4
  • 17
  • 28
0
votes
0 answers

Face tracker with 3D filters in android

My application requires a face tracking with 3D filters module just like snapchat. After all searching i am able to track faces with all landmarks using Google Vision Api . Although i am able to set some 2D filters on faces but could not find a way…