Experimenting with Augmented Reality
-
Upload
devnology -
Category
Technology
-
view
691 -
download
7
Embed Size (px)
Transcript of Experimenting with Augmented Reality

Mudwrestle Session - Augmented Reality
Getting Dirty in Another Dimension


Betelgeuse

Gamaray/Betelgeuse AR Browser
Load : - after open URL- after onPress
Refresh : - onTime- onDistance- onPress


The Boring part : GDDF Format.
<?xml version="1.0" encoding="utf-8"?><dimension version="1.0"><name>My Dimension</name><relativeAltitude>true</relativeAltitude><refreshUrl>gddf://YOURSERVER.com/FirstDimension.gddf</refreshUrl> <refreshTime><validFor>60000</validFor></refreshTime><refreshDistance> <validWithinRange>200</validWithinRange> </refreshDistance><locations>....</locations><assets>....</assets><features>....</features><overlays>....</overlays></dimension>

The Boring part II: Locations
<locations> <location id="center"> <lat>41.452184</lat> <lon>-81.476541</lon> <alt>0</alt> </location> </locations>

The Boring part III:Assets
<assets> <asset id="photo1_png"> <format>PNG</format> <url>http://worldonefive.s3.amazonaws.com/photo1.png</url> </asset> <asset id="AlienRuin04_gama3d"> <format>GAMA3D</format> <url>http://worldonefive.s3.amazonaws.com/AlienRuin04.gama3d</url> </asset></assets>

The Boring part IV:Features
<feature3d id="CapShip"> <assetId>CapShip_gama3d</assetId> <showInRadar>true</showInRadar> <locationId>center</locationId> <yLoc>300</yLoc> <scale>1</scale> </feature3d>
<featureTxt id="TextBox"> <text>This is a text box.</text> <anchor>BL</anchor> <onPress>refresh</onPress> <locationId>center</locationId> <xLoc>200</xLoc> <yLoc>30</yLoc> <zLoc>0</zLoc></featureTxt>
<featureImg id="photo3"><assetId>photo3_png</assetId><anchor>BR</anchor><location><lat>41.452184</lat><lon>-81.476541</lon><alt>0</alt></location><onPress>dimension: http://www.yourserver.com/SomeDimension?linkId=photo3_png</onPress></featureImg>

The Boring part V:Overlays
<overlays> <overlayImg> <assetId>overlay_png</assetId> <anchor>BL</anchor> <x>10</x> <y>285</y> </overlayImg> <overlayTxt> <text>This is my first Gamaray <dimension></text> <width>400</width> <anchor>TR</anchor> <x>470</x> <y>10</y> </overlayTxt></overlays>

Revenge of the Boring : PostPOST /Dimensions/FirstDimension.gddf HTTP/1.1User-Agent: Java0Host: 192.168.1.2:8081Connection: Keep-AliveContent-Type: application/x-www-form-urlencodedContent-Length: 176
event=refreshOnTime&eventSrc=NULL&lat=41.45114779472351&lon=-81.47621870040894&alt=219.0&bearing=61&pitch=-92&width=480&height=294&uid=UID2021654377747552511&time=1248889631459

Tools

Android
http://dl.dropbox.com/u/9295009/ARExplorer.apk
iPhone
iBetelgeuse in the store

Let's get Dirty !