Difference between revisions of "AndroidAR"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
(Pictures)
(Pictures)
Line 14: Line 14:
  
 
== Pictures ==
 
== Pictures ==
[[Image:Aar1.jpg]]
+
[http://tordenoglynild.dk/files/cse298/aar1.jpg]
[[Image:http://tordenoglynild.dk/files/cse298/aar2.jpg]]
+
 
[[Image:http://tordenoglynild.dk/files/cse298/aar3.jpg]]
+
[http://tordenoglynild.dk/files/cse298/aar2.jpg]
 +
 
 +
[http://tordenoglynild.dk/files/cse298/aar3.jpg]
  
 
== Related work ==
 
== Related work ==
 
Greg is working on doing all the tracking internally in the phone, using all its sensors and the camera(s).
 
Greg is working on doing all the tracking internally in the phone, using all its sensors and the camera(s).

Revision as of 17:02, 16 March 2012

Contents

Introduction

This project uses 2 infrared trackers and a tracking target that is attached to some android device. The data is collected from the trackers by CalVR in the form of a homogeneous 4x4 matrix which is processed by a CalVR plugin that sends packets using UDP to whoever sends a request packet. It is sent as a comma separated string and then unwrapped an parsed on the android device; stripping the position and axis column vectors.

On the android device, we are using the Min3D framework which is based on a scene graph and has excellent wavefront .obj file loading. When you first start the app, you a presented with a screen that allows you to choose which model you want shown. After picking a model, it should appear on the screen along with some information text in the upper left hand corner. Pressing the context menu button and then "Start tracking" will enable the tracking feature and continuously update the camera of the scene graph based on what we receive from the CalVR plugin.


Developers

Kristian Theilgaard Hansen

Mads Pedersen


Pictures

[1]

[2]

[3]

Related work

Greg is working on doing all the tracking internally in the phone, using all its sensors and the camera(s).