Questions tagged [android-augmented-reality]
214 questions
0
votes
0 answers
Vuforia device and cloud use together
I want to use vuforia cloud and device database together but i can't. Screen display available(2 cube objects overlap) please help me?
How can I device and cloud database together?
enter image description here

EElif
- 29
- 5
0
votes
2 answers
Adding external 3D(.OBJ & .MTL) Objects to ARToolkit
I have been working on the ARToolkit sdk for android since some time.
In the ARToolkit SDK, I have worked on ARBaseLib and ARSimpleNativeCarsProj and implemented successfully. But I am trying to add external 3d Objects(.obj and .mtl) and I am unable…

Raveendra
- 15
- 8
0
votes
1 answer
Take photo in android ARToolkit
How can I take a photo with 3d model using android ARToolkit library? I didn't find a solution in official documentation or examples.

Ruslan Khuako
- 113
- 5
0
votes
1 answer
How to create VR split screen using OpenSpace3d?
I have been searching through internet on how to export an android application to play it in vr mode once I install it and run on my android device (using OpenSpace3d)
Can anyone explain on how can I accomplish this with OpenSpace3d?
So far I was…

Sparrow
- 17
- 6
0
votes
1 answer
Android Artoolkit 3d model offset from marker
I'm using Artoolkit AR SDK for Android and i have a problem. When marker is in center of screen, then model is on marker.
But when marker moving from center of screen, 3d model shifted from marker.
I can't understand where the mistake.

Ruslan Khuako
- 113
- 5
0
votes
1 answer
AR Object Relative to Device Location using Wikitude SDK
i am working with an android AR application.I am using Wikitude SDK for implementing augmented reality.
I have developed a augmented reality app.Now i need to place AR Object always in front of the Device.
I have used AR.RelativeLocation to place…

user3898330
- 1
- 1
0
votes
1 answer
ARToolkit multimarker implementation on android
An android project that can read different markers(multiple) and provide different output(video) for each tracked marker.
What have we achieved so far:
1) We have used the example project provided in ARToolkit(ARMultiProj) for tracking of multiple…
0
votes
0 answers
How to develop an augmented reality application for Android indoor systems?
I need to produce an augmented reality app for indoor environments. I've done some experiments using Wikitude, but this solution works best in outdoor environments, and work with the use of markers for indoor environments, which greatly complicates…
user7043981
0
votes
0 answers
Vuforia in BT-2000 in Android Studio
I'm developing an AR app fro Epson Moverio BT-2000.
During this phase of the project I want to make use of the vuforia libraries (https://developer.vuforia.com/downloads/sdk). In this first phase, in order to know more about the vuforia library I've…

Ricardo Gomes
- 21
- 3
0
votes
1 answer
Android: Google Mobile Face Vision API + Augmented reality
I am a newbie to AR and Mobile Face detetcion API. Want to explore these fields.
I have an idea which will impose an animating sticker on left cheek or right cheek once face detection is done through google mobile vision API- Face detection
There…

user755499
- 2,241
- 4
- 25
- 34
0
votes
1 answer
What is the best Augmented Reality Environment to use to develop mobile app?
I need to develop a prototype of an augmented reality app for research purpose.
This is my first time with augmented application and I only have basic knowledge on android.
The application is an android application that uses video overlay to display…

NuhaAbd
- 39
- 9
0
votes
1 answer
Can both image target and object target be added one single database in unity vuforia?
I am developing an android app where I have to train my app to recognize two images and four objects.I created one single database where I added all the images and objects target in vuforia developer site and created the unity package. Now neither…

Hints
- 1
- 2
0
votes
2 answers
Detect and track multiple targets simultaneously using Vuforia's android SDK
I have the vuforia sample called Core Features which is running fine on Reference Link
I want to detect two image targets simultaneously using vufoira.
I found this link: Reference Link for two images
I don't know where the .cpp file is or where…

Areeba Kamil
- 23
- 1
- 7
0
votes
2 answers
How to start working with Augmented Reality?
Is there any way to start with Augmented Reality? Is there any innovation team from which i can learn and contribute? Is it restricted to apps only in I.T. or can we also implement any otherthing with the help of Augmented Reality within IT?

Shravan Jain
- 720
- 1
- 11
- 32
0
votes
1 answer
Wikitude. Points of interest
I have problem with POI. After enter the world I can't see any point of interest.
Code in Android:
@Override
protected void onPostCreate(Bundle savedInstanceState) {
super.onPostCreate(savedInstanceState);
buildGoogleApiClient();
…

Borys
- 1
- 1