Tagged Questions

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

34
votes
20answers
14k views

augmented reality framework

I am planning to develop an augmented reality application for Android phone. Does anyone know if there is any existing framework for augmented reality which could be used for such applications? ...
20
votes
8answers
17k views

Is there a good tutorial for implementing an augmented reality iPhone application?

Are there any good tutorials or sample applications out there that demonstrate how to make an augmented reality iPhone application?
14
votes
1answer
7k views

iPhone 4 Camera Specifications - Field of View / Vertical-Horizontal Angle

Does someone know the field of view values for the new iPhone4 camera? I'm doing some AR app's, and I want to know the horizontal and vertical angle of the rear camera. Thanks!
14
votes
7answers
10k views

SURF and SIFT Alternative Object Tracking Algorithm for Augmented Reality

After asking here and trying both SURF and SIFT, none of them seams to be efficient enough to generate interest points fast enough to track a stream from the camera. SURF, for example, takes around 3 ...
11
votes
7answers
2k views

How to begin with augmented reality?

I'm currently an undergrad in computer science and I'll be entering my final year next year. Augmented reality is something I find to be a really interesting topic, but I have no idea where to start ...
9
votes
3answers
3k views

Getting displacement from accelerometer data with Core Motion

I am developing an augmented reality application that (at the moment) wants to display a simple cube on top of a surface, and be able to move in space (both rotating and displacing) to look at the ...
9
votes
4answers
4k views

Computer Vision and AR libraries availabe for Android?

I am starting out as an Android Developer, and I would like to know if there are any Computer vision libraries or Augmented Reality libraries for the Android SDK, as I am planning to use these ...
9
votes
2answers
8k views

iPhone SDK 3.0 Camera Access

Could anyone advise on whether the iPhone SDK 3.0 still does not allow access to the raw camera pixel data This is how it was with all the previous SDKs and I thought it must have been a move by ...
8
votes
3answers
2k views

Augmented Reality Toolkit - Android

I have been searching around for free or commercial AR toolkits and need some advice on the best one! I don't want to have one that recognises a pattern and creates a shape. The idea I have uses the ...
8
votes
5answers
2k views

Marker Recognition on Android (recognising Rubik's Cubes)

I'm developing an augmented reality application for Android that uses the phone's camera to recognise the arrangement of the coloured squares on each face of a Rubik's Cube. One thing that I am ...
8
votes
3answers
2k views

iphone camerOverlay for use with Alternate Reality applications

Does anyone know a way to take an image captured on the iphone's camera, and do some image processing (e.g. edge detection, skeletization), and then overlay parts of the processed image on the ...
7
votes
1answer
1k views

OpenCV + OpenGL + Qt

I'm designing my own augmented reality application. I have already detected the 4 corners for the patterns I'm working with. After detecting the 4 corners in a proper order I'm passing them into ...
7
votes
3answers
3k views

How to develop Augmented Reality application for Android

I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to ...
6
votes
1answer
1k views

Location-based Augmented Reality Android SDK

I am looking for an Android SDK for a location-based AR app I am developing. These are the features I am looking for: Open-source framework preferred (Wikitude API requires an external install ...
6
votes
2answers
659 views

natural marker augmented reality implementation

After discovering the power of OpenCV, I decided to use that library to develop the natural marker tracking engine that I am working on now. But my problem is I have no idea of a proper approach to ...
6
votes
1answer
875 views

Augmented Reality on Mobile phones

I am interested in implementing an Augmented Reality application for mobile phones using Adobe Flash Platform. Can you please let me know if any sources is available for me to find out how to start? ...
6
votes
1answer
1k views

Augmented Reality - Mapping GPS to OpenGL

I am writing an Android AR application and have my engine working but it contains a strange behaviour that I can't seem to get fix. I am overlaying an OpenGL surface on the camera image and am placing ...
5
votes
4answers
3k views

Augmented Reality sample code using Gyroscope

Morning, I have hunted around StackOverFlow for about an hour and found lots of sample code (mainly github) for creating Augmented Reality apps that display where a 2nd location is relative to your ...
5
votes
6answers
2k views

Is there an augmented reality framework that works on iPhone, Android, and Windows Phone 7?

I want to develop an application which runs on iPhone / Android / Windows Phone 7 smartphones and is able to recognize a marker and place augmented reality content on it. Is there any common ...
5
votes
2answers
340 views

Find the position of a pattern/marker inside a photograph

i need to find a marker like the ones used in Augmented Reality. Like this: I have a solid background on algebra and calculus, but no experience whatsoever on image processing. My thing is Php, sql ...
5
votes
3answers
3k views

How to use an OpenCV rotation and translation vector with OpenGL ES in Android?

I'm am working on a basic augmented reality application on Android. What I did so far is detect a square with opencv and then using cvFindExtrinsicCameraParams2() I calculated a rotation and ...
5
votes
6answers
6k views

JavaScript QR Code Reader - can it be done? Or, Remote Service?

I'm doing a bit of preliminary research on an upcoming project and I have a quick question that I figure I'll throw up here while I look elsewhere, in case anyone has any experience with this. The ...
5
votes
3answers
1k views

How to detect height of iPhone (for use in augmented reality game)?

I'm working on locating an iPhone device in 3D space. I can use lat/long to detect physical location, I can use the magnetometer to figure out the direction they're facing, and I might be able to use ...
4
votes
1answer
204 views

Help to rectify line scaling in Android OpenGL 2.0 w/ QCAR

I'm working w/ the QCAR AR SDK in Android, which uses OpenGL 2.0, and I'm new to 2.0. The QCAR SDK is for CV based AR apps and utilizes OpenGL for rendering onto images. I'd simply like to draw a ...
4
votes
1answer
106 views

Calculate the sunlight direction according to the current time and position on the earth

How can I calculate the position of the sun according to the current time and position on the earth? I am currently adding light-sources to an Augmented Reality framework on Android and it would be ...
4
votes
1answer
363 views

Algorithm to project 2D/3D objects onto a plane (Augmented Reality)?

I'm working on a project about Augmented Reality using a marker (which is a chessboard) that takes images from webcam and insert a 2D/3D object onto the chessboard plane(realtime) . By using openCV i ...
4
votes
1answer
804 views

Improving iPhone AR (Tool)Kit by using the Gyroscope

I'm using iPhone AR Kit and its fork, iPhone AR Toolkit, but I'm trying to improve the user experience by using the gyroscope when it's available. For those of you who used the kits, do you have any ...
4
votes
2answers
2k views

Live camera data access In iOS 4

Prior to the release of the new SDK there has been some buzz about Apple finally providing access to live camera data: I've been reading through Apple's documentation but have not found any reference ...
4
votes
2answers
1k views

Do you know any Augmented Reality library for python?

I would like to code something with augmented reality, do you know any python library to play with?
4
votes
1answer
3k views

How a marker-based augmented reality algorithm (like ARToolkit's one) works?

For my job i've been using a Java version of ARToolkit (NyARTookit). So far it proven good enough for our needs, but my boss is starting to want the framework ported in other platforms such as web ...
4
votes
6answers
5k views

How to start writing an augmented reality application

I have been looking at creating an augmented reality application. Can anyone suggest a preferred technology platform to start writing an application of this kind. I would like this to be a desktop ...
4
votes
4answers
1k views

Spatial geometry for augmented reality applications

Does anyone know any good book or web resource for geometric and mathematical fundamentals of augmented reality? Thanks!
3
votes
1answer
103 views

Accurately measuring relative distance between a set of fiducials (Augmented reality application)

Let's say I have a set of 5 markers. I am trying to find the relative distances between each marker using an augmented reality framework such as ARToolkit. In my camera feed thee first 20 frames show ...
3
votes
2answers
129 views

how to transform 4 points to an xna matrix

I want to develop my own AR-Library in C#. My problem is: I have the 4 corner points of my marker and want to show 3D cubes on the marker (its a multi-marker lib), but i dont know how to get the ...
3
votes
3answers
138 views

How can I detect touches in the coordinateView of ARKit?

My current code is as such: UIButton *testButton = [UIButton buttonWithType:UIButtonTypeRoundedRect]; testButton.frame = CGRectMake(0, 0, 100, 100); [testButton setTitle:@"HELLOHELLOHELLO" ...
3
votes
2answers
411 views

How to get Camera direction of GPS enabled phone?

All i found about GPS is that it just tells the location of the device, how do one get the direction where camera is pointing, its angle, and height of that device? How to make compass (2D, 3D) with ...
3
votes
1answer
383 views

3D model manipulation in Augmented Reality

I'm using FLARManager and papervision3d to implement a small augmented reality hack. my requirement is to yaw the model upon a button click. This is what i have done so far: public class ...
3
votes
0answers
185 views

Pose estimation for rectangle in flash application

I'm working on a simple augmenter reality application and my question is: Is there any simple algorithm or library out there that could help me to determine rotation and perspective of a plane where ...
3
votes
3answers
323 views

Computing orientation of a square and displaying an object with the same orientation

I wrote an application which detects a square within an image. To give you a good understanding of how such an image containing such a square, in this case a marker, could look like: What I get, ...
3
votes
3answers
1k views

Fast, very lightweight algorithm for camera motion detection?

I'm working on an augmented reality app for iPhone that involves a very processor-intensive object recognition algorithm (pushing the CPU at 100% it can get through maybe 5 frames per second), and in ...
3
votes
1answer
496 views

iPhone trigonometry for dealing with orientation

I am trying to write an augmented reality application. I am using the compass, gyroscope, and GPS coordinates to create overlays. Everything is working great, except for when the user leaves portrait ...
3
votes
5answers
1k views

Display Camera output in Windows Phone 7

I'm writing an augmented reality app for Windows Phone 7 as a school project. I want to get the camera output and then add a layer of data over it. Is there a way to have the camera output displayed ...
3
votes
2answers
2k views

How can you track motion using the iPhone's camera?

I saw that someone has made an app that tracks your feet using the camera, so that you can kick a virtual football on your iPhone screen. How could you do something like this? Does anyone know of ...
3
votes
2answers
2k views

iPhone SDK - get/calculate camera field of view (FOV) (Augmented Reality)

Is there a way to find out or calculate the field of view (FOV) an iPhone camera has through calls to the APIs? Or is it something you have to physically and manually find out for yourself? If it ...
3
votes
4answers
1k views

Augmented Reality: Just marker recognition

Think about the usual augmented reality implementations: there's one or more marker, the software recognize the markers and usually shows something on top of them. I'm interested just in the first ...
3
votes
1answer
3k views

Augmented Reality with iPhone 3GS and UIView

I am experimenting a bit with the iPhone 3GS and its magnetic sensors. It is quite simple to get the heading and the angle of the north pole seen from the top of the device. Also getting the position ...
3
votes
6answers
2k views

How to draw a Perspective-Correct Grid in 2D

I have an application that defines a real world rectangle on top of an image/photograph, of course in 2D it may not be a rectangle because you are looking at it from an angle. The problem is, say ...
3
votes
6answers
11k views

Anyone know of good tutorials for creating an Augmented Reality application from scratch or using an open source framework?

I am looking for good tutorials that go through every step of creating an AR application. It would be beneficial if it also covers some of the theory behind optics and such.
2
votes
0answers
57 views

Computing camera pose with homography matrix based on 4 coplanar points

I have 4 coplanar points in a video (or image) representing a quad (not necessarily a square or rectangle) and I would like to be able to display a virtual cube on top of them where the corners of the ...
2
votes
1answer
172 views

How to Detect Physical object in Android Augmented Reality

I found many way to detect different shapes.But hard luck when i am going for physical object. As i read that to make a pattern file we should have black border around the images.If i follow this ...

1 2 3 4 5 8