<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Augmented Planet &#187; yell</title>
	<atom:link href="http://www.augmentedplanet.com/tag/yell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.augmentedplanet.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 16:27:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Augmented Reality Browsers Innovation &amp; Best Practices</title>
		<link>http://www.augmentedplanet.com/2010/02/augmented-reality-browsers-innovation-best-practices/</link>
		<comments>http://www.augmentedplanet.com/2010/02/augmented-reality-browsers-innovation-best-practices/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 13:44:25 +0000</pubDate>
		<dc:creator>lester</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Wikitude]]></category>
		<category><![CDATA[yell]]></category>
		<category><![CDATA[zagat]]></category>

		<guid isPermaLink="false">http://www.augmentedplanet.com/?p=1293</guid>
		<description><![CDATA[Building augmented reality applications presents developers with a unique challenge. How do you build a user interface that presents a large amount of data to users, data that needs to reflect distance and location, and may have multiple data in the same location. Visually laying out that data is challenging. We look at some of the unique approaches some developers are taking to solve this problem.]]></description>
			<content:encoded><![CDATA[<p>Not so long ago I was an evangelist championing the adoption of voice recognition technologies in the UK. Love them or hate them I&#8217;m sure you&#8217;ll have experienced them.</p>
<blockquote><p><strong>IVR</strong>:    &#8220;Welcome to your local cinema please speak the name of the movie you would like to see&#8221;<br />
<strong>YOU</strong>:   &#8220;Avatar&#8221;<br />
<strong>IVR</strong>:    &#8220;You said Valentines Day, is that correct?&#8221;<br />
<strong>YOU</strong>:   &#8220;no I said Avatar&#8221;<br />
<strong>IVR</strong>:    &#8220;Thank you what time would you like to see Valentines Day&#8221;<br />
<strong>YOU</strong>:   &#8220;I don&#8217;t want to see Valentines Day I want to watch Avatar&#8221;<br />
<strong>IVR</strong>:    &#8220;You said 5am is that correct&#8221;</p></blockquote>
<p>and it goes on.</p>
<p>During my speech technology years I learned that when you move away from the visual it&#8217;s actually very difficult to build a UI that present the user with lots of information. Try this, look at your desk and imagine you want to allow a user to choose anything they see laying around. You are probably thinking easy I&#8217;d put everything in to a list and let the user select what they want. Good answer, but what happens if the user is in another room and they can&#8217;t see your list? Now you have the challenge of having to tell them each item that is on the desk, since you have no idea what they are likely to need you don&#8217;t really know which items to list first. With an IVR you have the added complications of having only 10 keys so if you have a lot of items laying around then you&#8217;ll need to split them up in to pages. Press * for more options. Coupled with trying to present all the information at a reasonable speed with out boring the user and having them screaming in to the phone you can see some of the complications.</p>
<p>Why is this relevant to augmented reality? Augmented reality developers have to address similar problems but instead of working with the challenge of no visual UI they have a problem of visual overload and face issues such as:</p>
<p>How do you present a large amount of data to users in a visually compelling way.</p>
<ul>
<li>How do you show data that may be located in almost the same geographic location and decide which object should be in front.</li>
<li>How can you make it easy for users to navigate the results without obscuring objects in the background</li>
<li>How do you provide some way to indicate distance so users get some indication of scale</li>
</ul>
<p>It&#8217;s an interesting problem that as users we don&#8217;t think twice about</p>
<p>Here is a typical search (Wikitude) which shows the closest items first and those further behind.</p>
<div id="attachment_1307" class="wp-caption aligncenter" style="width: 442px"><a href="http://www.augmentedplanet.com/wp-content/uploads/2010/02/photo81.jpg"><img class="size-full wp-image-1307 " title="Wikitude augmented reality browser" src="http://www.augmentedplanet.com/wp-content/uploads/2010/02/photo81.jpg" alt="Wikitude World Browser" width="432" height="288" /></a><p class="wp-caption-text">Wikitude World Browser</p></div>
<p>Notice that they are all plotted on the same plane making it difficult to get access to some of the background items, which could of course be the result you are after. We do get the impression of depth because the distant objects are represented by smaller icons.</p>
<p><strong>Worksnug/Acrossair</strong> hit upon the idea of stacking results. Those results that are nearest to your location are shown at the bottom and as you move your way up the list they get further way.</p>
<div id="attachment_1306" class="wp-caption aligncenter" style="width: 266px"><a href="http://www.augmentedplanet.com/wp-content/uploads/2010/02/photo12.jpg"><img class="size-full wp-image-1306 " title="acrossair augmented reality browser" src="http://www.augmentedplanet.com/wp-content/uploads/2010/02/photo12.jpg" alt="Acrossair stacking results" width="256" height="384" /></a><p class="wp-caption-text">Acrossair stacking results</p></div>
<p>As more browsers are released and browsers go through new releases it&#8217;s interesting to see how developers are approaching the issue of distance and presenting data. For that I am going to draw attention to 3 browsers that have notable innovation worthy of being called &#8216;best practices&#8217; for augmented reality browsers of the future.</p>
<p><strong>Yell</strong><br />
Yell recently released their AR browser, it&#8217;s very Wikitude like in that all items are plotted on the same plane so it does suffer from POIs being hidden when there is a large group of results in the same area. Yell have attempted to solve this with their automatic lock-on functionality. As you move the phone around the targeting reticle will lock onto a POI saving you trying to hold the phone still and tap a partially obscured result. A pretty neat innovation.</p>
<div id="attachment_1300" class="wp-caption aligncenter" style="width: 266px"><a href="http://www.augmentedplanet.com/wp-content/uploads/2010/02/photo6.jpg"><img class="size-full wp-image-1300 " title="Yell augmented reality browser" src="http://www.augmentedplanet.com/wp-content/uploads/2010/02/photo6.jpg" alt="Yell with automatic target lock-on" width="256" height="384" /></a><p class="wp-caption-text">Yell with automatic target lock-on</p></div>
<p><strong>Wheremark</strong><br />
Wheremark are worthy of an innovation mention for their feature which allows you to pinch the screen to change the range. Instead of having to select distance through a menu or via a slider you can re-size the distance in the same way you re-size a webpage. Search results are stacked and the further away the POI is from your current location the smaller it will appear.</p>
<div id="attachment_1313" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.augmentedplanet.com/wp-content/uploads/2010/02/photo101.jpg"><img class="size-medium wp-image-1313 " title="Wheremark augmented reality browser" src="http://www.augmentedplanet.com/wp-content/uploads/2010/02/photo101-300x200.jpg" alt="Wheremark stacking with pinch distance control" width="300" height="200" /></a><p class="wp-caption-text">Wheremark stacking with pinch distance control</p></div>
<p><strong>Zagat To Go</strong><br />
Zagat To Go a new browser from Handmark has probably one of most innovative approaches to navigation so far which I am sure is going to become the best practice for future designs. Rather than stacking POIs, instead POIs in the distance are present but their opacity is high so they appear almost as fuzzy images. Like Google Street View you can flick to step forward into the background bring those objects closer, its a really neat effect.</p>
<p><strong>Zagat To Go</strong></p>
<p><a href="http://www.youtube.com/watch?v=fkJfCvN7FUw">www.youtube.com/watch?v=fkJfCvN7FUw</a></p>
<p>I&#8217;m interested in what other features you have seen that you think would make it in to an augmented reality browser best practice or innovation guide.</p>
<p>Related posts:<ol>
<li><a href='http://www.augmentedplanet.com/2010/02/ultimate-guide-to-iphone-augmented-reality-part-iii-browsers/' rel='bookmark' title='Ultimate Guide To iPhone Augmented Reality &#8211; Part III Browsers'>Ultimate Guide To iPhone Augmented Reality &#8211; Part III Browsers</a></li>
<li><a href='http://www.augmentedplanet.com/2009/11/ar-browsers-head-to-head-test-2/' rel='bookmark' title='AR Browsers Head To Head &#8211; Test 2'>AR Browsers Head To Head &#8211; Test 2</a></li>
<li><a href='http://www.augmentedplanet.com/2009/11/augmented-reality-browsers-head-to-head-part-1/' rel='bookmark' title='Augmented Reality Browsers Head To Head Part 1'>Augmented Reality Browsers Head To Head Part 1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.augmentedplanet.com/2010/02/augmented-reality-browsers-innovation-best-practices/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

