Real-time, 3D and interactive mix of real and virtual components. A dedicated StackExchange proposal exists on this topic: http://area51.stackexchange.com/proposals/30436/augmented-reality

learn more… | top users | synonyms

1
vote
0answers
30 views

Transform Latitude,Longitude-Position on screen in augmented reality app

This is my first post on this forum and I'm very new in programming. I want to build an application where I can see exactly where some gps-values are on my phone. I know a lot of applications, like ...
0
votes
0answers
46 views
+100

Transform GPS-Points to Screen-Points with Perspective Projection in Android

Currently I'm writing an augmented reality app and I have some problems to get the objects on my screen. It's very frustrating for me that I'm not able to transform gps-points to the correspending ...
0
votes
0answers
28 views

error: ‘object_t’ in ‘class openvrml::viewer’ does not name a type

I'm trying to compile the lib ARvrml (From ARToolKit. See the source here) on Ubuntu and get this: g++ -c -I../../../include -I/usr/local/include/openvrml -I/usr/X11R6/include -O -pthread ...
0
votes
0answers
28 views

Sharky The Beaver with unity [closed]

I would like to develop an application like Sharky The Beaver in Unity3d. How can I use a camera to detect the Sphero, then replace it with a mesh?
0
votes
0answers
27 views

What AR libraries would be useful in order to develop an iOS app for showing information about certain objects?

I am starting an AR project for a client which involves using AR in order to show information about certain objects. In this project, for example, the user would point the camera at a car. Depending ...
0
votes
0answers
11 views

image texture over markers in Augmented reality android

i am working on android for Augmented reality. I want to show own image model over focused item but it doesn't show anything. in this i set my own path of image to be used for image texture for ...
0
votes
0answers
9 views

add image texture instead of cube in Augmented reality android

I am working in Android for Augmented Reality. i am facing some problems in my application that i want to add my own images in app which are to be displayed for focusing the detection part instead of ...
1
vote
1answer
30 views

how to use image instead of custom box in Augment Reality android

I am new in Android AS WELL IN Augmented Reality and i am facing some problem in AR . That i am using an example of AndAR and in this example i can see simple cube box on my markers. But i want to ...
0
votes
2answers
29 views

What libraries for interactive 3D model in Android AR app?

I'm asked to do an app with a 3D object mapped on a tag on the camera preview. The user should be able to rotate the 3D object on swipes, and to click on different area of the 3D object. I'm ...
0
votes
0answers
33 views

Augmented Reality application - HTML5 vs Native app (AIR for mobile, etc)

I know there are AR toolkits in Javascript but I need to summarize some of the major pros and cons of developing AR apps in HTML5-Javascript vs building a native app, whether using AIR for mobile, ...
0
votes
1answer
24 views

How to get camera angle (FOV) on windows phone 8?

I'm developing an argumented reality app for wp8 and need to know the camera fov to combine 3d rendered models and camera stream accurately considering distance. Does anybody know how to get camera ...
0
votes
0answers
35 views

Overlay Text On Video — Windows 8 Augmented Reality

For a Windows 8 Store Application I have been trying to simply overlay text on live video. For a basic augmented reality application. The application I am building needs to do this without having to ...
0
votes
0answers
42 views

How to improve using Android camera with some image processing

I'm building an AR app on android with some image processing, the way I handle the camera is that I create a fake surface: SurfaceView view = new SurfaceView(context); ...
-5
votes
0answers
37 views

Augmented reality object tracking [closed]

How to detect object and if it matches display text using live camera. I referred VUforia.
0
votes
1answer
37 views

Can anyone recommend an open-source up-to-date actively developed basic AR library for iOS?

The issue I'm having is I can't find an actively developed open-source AR library for iOS. I don't need 3D support or maker based recognition. Just the ability to place icons/labels like Yelp's ...
-1
votes
0answers
7 views

Marker based Augmented Reality for eLearning

I am looking to incorporate this exciting Augmented Reality technology in the training of personnel who use our extensively 3d modeled industrial plant. This would be for our tablet devices. Can ...
0
votes
1answer
31 views

Android, Augmented Reality: Adding a flower image with Picture frame on camera

I am new. I've been playing around with Augmented Reality for awhile and would like some help in doing something simple. I searched around and weren't able to get a complete picture-answer on what I ...
-4
votes
0answers
68 views

markerless augmented reality using opencv and java

i want to develop a Marker-less Augmented Reality application, it is a desktop application, not mobile. the application will detect my face and then put a 2d mask over it. i want to using opencv and ...
0
votes
1answer
47 views

Virtual Mirror kind of application in android

I want to develop a virtual mirror kind of application similar to this .As per my exploration in internet , it is based on augmented reality. I have some knowledge in augmented reality using Qualcomm ...
0
votes
2answers
108 views

Augmented Reality + Realtime Image Recognition on iPhone

I am not sure if this question has been asked before or not, but I want to know what frameworks do I need to explore in order to do augmented reality with image recognition for iOS. Basically to ...
0
votes
1answer
71 views

Augmented reality -Pro Augmented Reality" by Raghav Sood-Chapter 8

My name is Cristina and i am studying telecommunications engineering in the last year. My questions: i have tried the code from chapter 8 (named:A 3D Augmented Reality Model Viewer)from the book: "Pro ...
-2
votes
1answer
37 views

light source sampling in augmented reality [closed]

I am working on light source sampling in augmented reality. I want to calculate the variance of pixels in the image .after finding variance i will divide the image in a way that it minimizes the ...
1
vote
1answer
69 views

How to do the correspondance 2D-3D points

I'm working with OpenCv API on an augmented reality project using one camera.I have : The 3D point of my 3D object( i get 4 points from MeshLab) The 2D points which i want to follow ( i have 4 ...
0
votes
1answer
53 views

Reading the transformation matrix from andar

I am developing an android based tracking system using camera and other sensors on android. I am interested in reading the transformation matrix from AndAR rather than displaying some object (e.g. a ...
0
votes
0answers
12 views

osgART help / guidance osgart_video_artoolkit2

I tried building osgART following the guidelines listed here: https://groups.google.com/forum/?fromgroups=#!topic/osg-users/a5b1ojwC3x0 The system is: windows XP and VS2010. While no errors have ...
0
votes
0answers
30 views

UIImagePickerController blocks AVfoundation to capture frames

I want to write an augmented reality application on IOS. For this, I have read that people use UIImagePickerController to overlay the live camera with OpenGl rendered objects.However when i use OpenCv ...
4
votes
1answer
155 views

Windows Phone 8 lens augmented reality

I am looking at creating an AR lens for Windows Phone 8. I have played about with lenses and the camera functionality and this is all well and good. I can place icons and pictures on the screen, and ...
0
votes
0answers
33 views

iOS Core Motion attitude with magnetometer jumping

I have an augmented reality application. It gets device attitude using north reference frame: CMAttitudeReferenceFrameXMagneticNorthZVertical and then projects objects on screen using rotation matrix. ...
0
votes
2answers
35 views

Layout Change Visibility

I'm trying to develop an Augmented Reality aplication for Android using Metaio. But actually I've a problem. I want to make a little menu appear when the aplication recongize a marker. <?xml ...
-2
votes
0answers
28 views

AR library for commercial use - poi markers on screen [closed]

I try to find some free for commercial use library for Android. I didn't want to show any 3d models using AR, I just want to show markers with poi names on camera screen. Thanks in advance.
0
votes
1answer
124 views

Qualcomm's Vuforia without Unity

I'm new to Vuforia's SDK. after i have compiled and ran the sample app. i tried to create my own 3D object in order to do that Qualcomm want you to download Unity's Game engine. they have an extension ...
0
votes
1answer
133 views

Augmented Reality in Hybrid mobile application

I am creating a hybrid mobile application using jQueryMobile and phonegap. Now I need to implement the augmented reality in camera view to the application. I got wikitude for this purpose. Can I do ...
1
vote
0answers
62 views

Can I use lockCanvas() in onPreviewFrame callback?

I'm fighting with an IllegalArgumentException when using lockCanvas() in onPreviewFrame. Basically what I want to achieve is to grab the frame, process it, and draw it directly to the surface of ...
1
vote
1answer
103 views

How to pass data from Phonegap view to architect view from wikitude

I am making a augmented reality / voice recognition app using Phonegap, wikitude and voicerecognizer (phonegap plugin). Almost everything works: The app launches the native speech api, saves the ...
0
votes
0answers
87 views

Augmented Reality AS3 - Changing DAE Models

Hello I am wondering how would I go about changing the .DAE model upon the user pressing a button in AS3. I want to use the same maker so a toggle button would be best a sort of if a + b are true then ...
0
votes
0answers
27 views

cvFindExtrinsicCameraParams2 crashed

I tried to use cvFindExtrinsicCameraParams2 in my NDK code, but it always crashes there. I don't have any idea why it crashes? I filled the matrix with float data.Please help me to figure out the ...
0
votes
0answers
49 views

How to perform Pose estimation for 3D object rendering in Android

I am developing a simple AR application which renders a 3D image on top of camera view. I could successfully implement that in Windows 7.I used OpenCv's native POSE estimation functions which ...
3
votes
1answer
183 views

Java Android Augmented Reality Application Image Coordinates

i am currently new to augmented reality programming and i would like to ask a question regarding the cameraView. My objective is to display an clickable imageButton at a specific real-life coordinate ...
1
vote
2answers
79 views

Submission of Augmented Reality iOS Applications to App Store

I’m developing an AR application for iOS, for a range of toys. The concept of it is essentially that on the physical toy is a marker that the camera will detect, and overlay a 3D scene. My question ...
0
votes
1answer
52 views

Appunta AR markers overlaps, change the orientation of eyeview but make activity in potrait mode only

I am developing an application where I am using three views of the data. 1.) ListView 2.) ARView 3.) MapView. For Geo-AR I am using "Appunta AR-engine". Its very cool and simple AR-engine. ...
0
votes
1answer
114 views

Augmented Reality Application in iOS

I am trying to create an ios application using which we can convert a real life object e.g Sofa, Table as 3D objects using IPhone's camera. These 3D object info can be saved in the database and can be ...
0
votes
2answers
144 views

C# call other class variable but return null (Unity3D)

I'm using Unity Augmented Reality. Why does my application return a null value if I call a public value of an other class? These are my classes: using UnityEngine; using System.Collections; public ...
0
votes
0answers
80 views

Convert 3d Model to c++ Header file for Augmented Reality

We are creating AR application on android. We have not much experience with AR. We have downloaded Vuforia SDK and sample project for Android. While tracking some images teapot is appeared on the ...
0
votes
1answer
108 views

Augmented reality with wikitude sdk

I am developing an augmented reality app using wikitude sdk. I am quiet new with this sdk. I have implemented everything as per the sdk documentation guidelines. But I can't able to plot the POI ...
1
vote
1answer
89 views

How to run Ndk sample app in android

Hi. I want to work on an Augmented Reality application. So I followed this link https://developer.vuforia.com/resources/dev-guide/step-2-installing-vuforia-sdk and I installed sdk, ndk, cygwin, ...
0
votes
0answers
25 views

ar indoor spaces

im building an app with AR feature for indoor places,such as museums.i saw a tutorial but the xml file is only set for some places near the locations it was written.i downloaded a Nimbus file ,and i ...
0
votes
0answers
66 views

Is it possible to make picture AR tags with JSARToolkit?

I would like to use JSARtoolkit to make a augmented reality application. I need to know if I could make my own AR tags displayed as a (black and white) picture like this one: ...
0
votes
0answers
42 views

Rotating camera view on iOS

I've read few questions here on stack and I'm in a dead-end. I want to have device (iPhone/iPad) camera as a background, to one of my ViewControllers. I'm using Storyboard and ...
5
votes
2answers
207 views

How to make the sample run Open CV

I am trying to make Open CV project sample for Template Matching as explained here . Steps i did so far includes : Downloaded and imported Open CV framework in my project changed the .m extension ...
2
votes
1answer
50 views

while runnig augumented reality app showing UnsatisfiedLinkError

Hi. I am doing an Augmented Reality application. Here I have Java Eclipse SDK . So I didn't change anything in the Eclipse SDK and Java. I didn't set any path for SDK also and I just downloaded and ...

1 2 3 4 5 17