Questions tagged [android-augmented-reality]

214 questions
1
vote
0 answers

How to overlay object on Cloud Recognized Image Target in Vuforia?

I started developing an android AR app using Vuforia library a few days ago. I am able to overlay my custom image over pre-defined stones-and-chips target in the vuforia sample app provided. In Cloud Reco sample, it recognizes the target image and i…
1
vote
2 answers

ARCore OpenGL ES Moving Object using onScroll

I'm attempting to add in the moving of objects around with single finger scrolling. (See Google AR Stickers for example) I'm using native ARCore/OpenGL based originally off the ARCore examples. When you slide 1 finger, I want to move the object in…
abeauchamp
  • 825
  • 2
  • 18
  • 29
1
vote
1 answer

Getting a (THREE.js) 3D model from a webview to my Native-React (augmented reality) app

For the past couple of weeks i'm trying to figure out how to include an external web app that does 3d modelling(Through THREE.js) into a viro react app. I tried webview and that works, but i need the model to be imported into my Viro App. I tried…
1
vote
0 answers

Change QR code color in Real Time

I want to change QR code's color to yellow color from its original black color in Real time. As per my understanding it will be the topic of Augmented Reality which is new for me. I already searched on Google but nothing relevant I found over there.…
1
vote
1 answer

Set depth texture for Z-testing in OpenGL ES 2.0 or 3.0

Having a 16-bit uint texture in my C++ code, I would like to use it for z-testing in an OpenGL ES 3.0 app. How can I achieve this? To give some context, I am making an AR app where virtual objects can be occluded by real objects. The depth texture…
1
vote
0 answers

Points appearing from bottom in Camera preview?

Currently I am using the Git-hub library for making a demo-App for AR-Location based project. I am using AR-Location Based Android. The library is working fine in portrait mode but in landscape mode the Ar-points are coming from bottom of…
1
vote
2 answers

ARcore and mobile-vision

I need to create an android app doing mainly two things. 1) Detect price and barcode 2) Creating AR content around the detected price/barcode For the detection part, I use google mobile-vision and for the AR part I use ARcore. The problem I have is…
Jerome Kelly
  • 151
  • 1
  • 10
1
vote
1 answer

Finding Path in AR Circumstances

I want to instantiate a Path Between the current position of the camera and an AR object placed in the scene. The Path should avoid entering walls. I have thought about finding the floor and then find the tango point clouds which are at the same…
1
vote
0 answers

Kudan AR Toolkit not working for Windows

I want to add my 3D Model to the scene and used the ARToolkit for Windows to convert my .fbx object into the .armodel type. But when I click on "Convert" the only thing that happens is a window opening for a millisecond. There is no new file in the…
1
vote
1 answer

Error installing (arcore-preview.apk) via USB/debugging mode on an Android Smartphone

I was following the instructions given on this https://developers.google.com/ar/develop/java/getting-started Google Developers Website but when I tried to install the APK file on my Android Device via Terminal (macOS) Terminal gave me this error: $…
1
vote
1 answer

Wikitude SDK (Android Native) show overlay image after target image is recognized

I want to show one image on top of target image after successful image recognition from wikitude sdk for Android. By default it is showing StrokedRectangle. I couldn't find any clear idea in the docs about showing image. So some suggestions will…
1
vote
0 answers

How to use intents with unity google tango

I am currently working with Google Tango and i want to take screen shots and share using native android sharing options. I was able to complete that part but the problem was when the app moves to the sharing intent and when it returns back to the…
1
vote
0 answers

ARToolKit 6: Image Tracking using FREAK

I am completely new to AR and I have searched all my best in Internet to get some sample on ARToolKit 6 (Android) without any success. At this point, the questions I have are How do I generate an image tracker database with ARToolKit 6? How do I…
MaK
  • 81
  • 1
  • 7
1
vote
3 answers

Call the scene when image target is scanned

everyone!.. I want build a Trivia Augmented Reality Game, AR scene is working properly on cube object. I have the game scene. ... Anyone can help me, "how to make the game scene appear when my image target is detected ?".
1
vote
0 answers

Augmented reality with java

im trying to create an augmented reality app using java (android studio) which detects hand gestures. for instance , if i were to make a number 1 hand sign there will be a small graphics that resembles 1 on the screen. i already have an experience…
Tj Coyoca
  • 11
  • 1