Questions tagged [augmented-reality]

For question about real-time, 3D and interactive mix of real and virtual components. Only use this tag when a specific platform tag doesn't exist or the question is sufficiently cross-platform.

Augmented reality (AR) is a term for a live direct or an indirect view of a physical, real-world environment whose elements are augmented by computer-generated sensory input, such as sound or graphics. It is related to a more general concept called mediated reality, in which a view of reality is modified (possibly even diminished rather than augmented) by a computer. As a result, the technology functions by enhancing one’s current perception of reality. By contrast, virtual reality replaces the real world with a simulated one.

4711 questions
28
votes
5 answers

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 develop AR application using webcam and Flash and…
Apollon1954
  • 1,388
  • 4
  • 16
  • 33
28
votes
3 answers

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!
mguellsegarra
  • 465
  • 1
  • 5
  • 11
26
votes
5 answers

ARKit with multiple users

What is the best way, if any, to use Apple's new ARKit with multiple users/devices? It seems that each devices gets its own scene understanding individually. My best guess so far is to use raw features points positions and try to match them across…
Guig
  • 9,891
  • 7
  • 64
  • 126
25
votes
4 answers

ARKit Plane Detection - Value of type 'ARView' has no member 'session'

I am trying to add plane detection to a simple ARKit app. I want to put a picture on a vertical plane. So first I need to detect the plane then I can add my object anchor which I created in RealityKit. However the problem is I am not sure the…
Jaz King
  • 353
  • 3
  • 5
24
votes
3 answers

Is there any open source Augmented Reality sdk for android?

I' ve found this question on StackOverflow but the two sdk mentioned looks really old (about 4 and 2 years ago): Where can I find an open source augmented reality framework for Android? Do you know if exist some over open source Augmented Reality…
Federico Ponzi
  • 2,682
  • 4
  • 34
  • 60
23
votes
8 answers

Calculate bearing between two locations (lat, long)

I'm trying to develop my own augmented reality engine. Searching on internet, I've found this useful tutorial. Reading it I see that the important thing is bearing between user location, point location and north. The following picture is from that…
VansFannel
  • 45,055
  • 107
  • 359
  • 626
23
votes
3 answers

Mapping image onto 3D face mesh

I am using the iPhone X and ARFaceKit to capture the user's face. The goal is to texture the face mesh with the user's image. I'm only looking at a single frame (an ARFrame) from the AR session. From ARFaceGeometry, I have a set of vertices that…
coco
  • 2,998
  • 1
  • 35
  • 58
21
votes
4 answers

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 cube in all the different angles. The problem of…
eugeniodepalo
  • 801
  • 1
  • 6
  • 18
21
votes
5 answers

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 question is simple: is it possible to read a QR code…
Myk
  • 6,205
  • 4
  • 26
  • 33
21
votes
7 answers

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 libraries for a mobile app. I have read that if I…
20
votes
5 answers

Does Flutter support virtual or augmented reality?

I have to make an app that uses virtual reality, so should I drop the idea of using Flutter?
Aadish Goel
  • 451
  • 1
  • 4
  • 12
20
votes
3 answers

How to measure distance using ARCore?

Is it possible to calculate distance between two HitResult `s ? Or how we can calculate real distance (e.g. meters) using ARCore?
Alexey Podolian
  • 303
  • 1
  • 3
  • 10
19
votes
7 answers

SURF and SIFT Alternative Object Tracking Algorithm for Augmented Reality

After asking here and trying both SURF and SIFT, neither 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 seconds to generate interest points for an…
Leo Jweda
  • 2,481
  • 3
  • 23
  • 34
18
votes
3 answers

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 which is inconvenient). My application should easily…
Eric Chen
  • 3,562
  • 7
  • 39
  • 58
18
votes
3 answers

What 3D model formats are supported by ARKit?

What 3D model formats are supported by ARKit? Does someone know all supported formats for using in ARKit, and which format Xcode can export to use in app?
user3371261
  • 185
  • 1
  • 1
  • 5