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

0
votes
1answer
23 views

iOS Radar Display of Map Points

Background: Making a geotagging app where people tag places with photos and then people can look at the map and visit these places. Question: I want to present a radar screen in addition to the ...
0
votes
0answers
20 views

Android Aruco augmented reality

Since i want a simple augmented reality sample code, i found the Aruco in following website... http://aruco-android.vacau.com/index.php/como-empezar i followed steps in "How to start" to run the ...
-1
votes
0answers
18 views

Is it difficult to put some augmented reality video onto marker,then remove it and put another video onto the same marker? [closed]

I'm not a developer,so my questions may seem a little awkward. Is it difficult to put some augmented reality video onto marker,then remove it and put another video onto the same marker?How much time ...
0
votes
0answers
25 views

Calling Wikitude SimpleIRExample from another project

I'm trying to integrate the SimpleIRExample as library into my project. For posting purposes, I wrote a minimal example which throws the same error as in my project. The parent project 'TestIR' has ...
-4
votes
0answers
20 views

Augmented reality unable to load the project [closed]

I am using an emulator to test an application. When I completely run the code, it gets compiled and but is unable to run on the device. It shows error![in emulator][1] The code gets compiled but ...
0
votes
0answers
14 views

Android 2.3 sdk — the import android.hardware.camera.cameraInfor cannot be solved (Metaio sdk)

I've searched this before, and got the answer that using API > 8 should support cameraInfor, but I'm using API 10 still getting the same error. I'm working on Metaio sdk to create Augmented Reality ...
0
votes
0answers
8 views

Dynamic markers for Metaio

I would like to have several logos in my application that are recognized as markers and trigger some sort of event, unique per logo. From time to time I want to update these logos/markers. I don't ...
0
votes
1answer
23 views

Augmented Reality app on android Mobile

When I on the camera and place my mobile device in front of a building or a shopping complex, my app should be able to tell what are the restaurants, Imax theaters or hospitals in that Building or ...
1
vote
1answer
37 views

Can someone please suggest AR SDK for Windows Phone App Development other than SLART and GART?

Can someone please suggest AR SDK for Windows Phone App Development (with image utilities) other than SLART and GART?
-1
votes
1answer
37 views

apple mach-o linker error - string ar

Xcode builds… I'm following http://www.youtube.com/watch?v=mQCjup8Uv5Q to the T and I'm getting errors. I have the error apple Mach-o Linker Error some how with 'Undefined symbols for architecture ...
-5
votes
0answers
28 views

Texts rendering blurred in Android [closed]

I have developed an augmented reality app using MetaioSDK. In the main screen I put a list view as the entry jumping to each AR activity. When the user click one of them in the list row, I use the ...
-2
votes
0answers
10 views

Android nyArToolKit 3dmodel fix position

I have been using the Android version of NyARToolkit, im having problem to spawn 3dmodel in fix position without tracker. example i want to show 3dmodel at position x = 0,y= 0,z =0 when i'm open the ...
0
votes
1answer
43 views

where can I find 'Application ID' in xcode?

I am configuring metaio SDK. Within the installation instructions it says: 'Log-in in the portal and add you **Application ID** and name to generate the new signature, then copy and paste your ...
-1
votes
1answer
34 views

Layar SDK license [closed]

I wanted to use Layar SDK but in the first email I got this: 'Do I have to pay upfront for the Layar SDK? No, the Layar SDK includes an SDK Key that is valid for 30 days. During this 30-day period ...
0
votes
1answer
32 views

Overlaying images over camera. Augmented reality

So, I'm trying to create a Augmented reality app on android (client/server). My question is if i can overlay images and text boxes over the camera in real time or only if i have the capture to display ...
0
votes
0answers
60 views

Metaio vs wikitude vs Layar [closed]

I am beginner in iphone programming so people who has more experience please help me to choose one SDK to learn and use in my project, please tell me about cons and pros of these frameworks. AR is a ...
-4
votes
0answers
38 views

experienced iphone developers please help me, Augmented reality SDK [closed]

Hi experienced developer I am beginner in iphone programming and need help,I have to choose one SDK to use in my project, simply application should recognize some objects and load relevant ...
5
votes
0answers
48 views

How can i add Markers in android-augment-reality-framework?

I have to build a project which contains some functionality related to augmented reality. i have downloaded source code from here. I want to add my own markers and Views with out using ...
0
votes
0answers
17 views

how to add 3d models dynamically in glsurface view renderer in android

In my Augmented reality application I need to render 3D model over a marker. with predefined/ initialized 3d model i can show teapot over a marker detecion. but now I want to replace it with another ...
0
votes
0answers
28 views

Windows Phone AR programming without markers

I was wondering if it's possible to create an Augmented Reality application for windows phone 7.5 or 8 without the use of markers. What I've found so far is SLARToolKit but that definitely uses ...
0
votes
1answer
45 views

Android location based Augmented Reality values for sensors

I have created an augmented reality app. Now, I want to know which values are the appropriate for sensors? First of all the time interval between updates for the gps is 30 secs and 3 meters. For the ...
0
votes
1answer
32 views

mixare- remove/disable other data sources

I am trying to remove some of the data sources in mixare so that it will just automatically load the data from a specific data source when the app starts. I have tried setting them to false in my ...
0
votes
0answers
19 views

Augmented reality - Multi support - webapp

Do you know how I could do augmented reality in these conditions: via browser Multi media (tablets, computer) Without flash (for iOS) No native app (or so that can encapsulate in a web page, if it ...
0
votes
0answers
17 views

How to Retrieve 3d Models from remote server and rener in android

Is there any way I can retrieve 3D model(test.obj) from remote server when event is triggered. and rendered in android device. There can be two options a) Retrieve model and store in device and then ...
2
votes
2answers
102 views

Augmented reality with Optical character recognition

I have implemented Augmented reality program using Qualcomm's vuforia library. Now I want to add Optical character recognition feature to my program so that i can translate the text from one language ...
6
votes
1answer
55 views

Virtual Fixtures from Rosenberg

this is not a technical question, but I've read multiple times now, that Virtual Fixtures, developed from L.B. Rosenberg in 1992, is one of the first augmented reality applications. I would like to ...
3
votes
1answer
139 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
42 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
39 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
2answers
53 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
27 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
17 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
54 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
53 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
104 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
75 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
70 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
1answer
108 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); ...
0
votes
1answer
51 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 ...
0
votes
1answer
74 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 ...
0
votes
1answer
61 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
166 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
93 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
47 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 ...
0
votes
1answer
90 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
81 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
13 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
42 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
228 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
68 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. ...

1 2 3 4 5 17