<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Hack a Day &#187; minority report</title>
	<atom:link href="http://hackaday.com/tag/minority-report/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:27:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hackaday.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/5560f98f805877b0e332f191cb9e0af3?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Hack a Day &#187; minority report</title>
		<link>http://hackaday.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hackaday.com/osd.xml" title="Hack a Day" />
	<atom:link rel='hub' href='http://hackaday.com/?pushpress=hub'/>
		<item>
		<title>Kinect and TISCH combined for multitouch</title>
		<link>http://hackaday.com/2010/11/13/kinect-and-tisch-combined-for-multitouch/</link>
		<comments>http://hackaday.com/2010/11/13/kinect-and-tisch-combined-for-multitouch/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 19:00:14 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[Kinect hacks]]></category>
		<category><![CDATA[multitouch hacks]]></category>
		<category><![CDATA[Kinect]]></category>
		<category><![CDATA[libtisch]]></category>
		<category><![CDATA[minority report]]></category>
		<category><![CDATA[tisch]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=30686</guid>
		<description><![CDATA[[Florian] sent a link to his proof of concept in creating a multitouch display using the Kinect. He&#8217;s the one behind the libTISCH multitouch package and that&#8217;s what he used to get this working along with the recently released Kinect drivers. He did this on an Ubuntu machine and, although it&#8217;s not a turnkey solution [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=30686&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-30689" title="kinect-multitouch" src="http://hackadaycom.files.wordpress.com/2010/11/kinect-multitouch.jpg" alt="" width="470" height="294" /></p>
<p>[Florian] sent a link to <a href="http://www.youtube.com/watch?v=ho6Yhz21BJI">his proof of concept</a> in creating a multitouch display using the Kinect. He&#8217;s the one behind <a href="http://hackaday.com/2009/10/29/libtisch-1-0-released/">the libTISCH multitouch package</a> and that&#8217;s what he used to get this working along with the <a href="http://hackaday.com/2010/11/11/open-source-kinect-contest-has-been-won/">recently released Kinect drivers</a>. He did this on an Ubuntu machine and, although it&#8217;s not a turnkey solution he was kind enough to share some rough directions on accomplishing it yourself. Join us after the break for his instructions and some embedded video.</p>
<p><span id="more-30686"></span></p>
<p>Here&#8217;s what [Florian] said when we asked if he could walk us through how to replicate his work:</p>
<blockquote><p>I&#8217;ll try, but it&#8217;s really a hack :-) You&#8217;ll need</p>
<p>- Ubuntu 10.10<br />
- a Kinect (surprise :-)</p>
<p>- the OpenKinect driver from <a href="https://github.com/OpenKinect/openkinect" target="_blank">https://github.com/OpenKinect/openkinect</a><br />
- go to directory openkinect/c/<br />
- edit lib/CMakeLists.txt so it says &#8220;add_library (freenect SHARED ..&#8221;<br />
- run &#8220;cmake .&#8221;<br />
- run &#8220;make&#8221;</p>
<p>- the TISCH library, 1.1 branch<br />
- svn co <a href="https://tisch.svn.sourceforge.net/svnroot/tisch/libtisch-1.1" target="_blank">https://tisch.svn.sourceforge.net/svnroot/tisch/libtisch-1.1</a><br />
- compile with something like:<br />
CFLAGS=-I/foobar/openkinect/c/include \<br />
LDFLAGS=&#8221;-L/foobar/openkinect/c/lib -lfreenect&#8221; \<br />
make install<br />
- go to the libtisch-1.1/build/bin directory<br />
- run &#8220;export LD_LIBRARY_PATH=../lib/&#8221;<br />
- run &#8220;./touchd -Vf&#8221;</p>
<p>- if it doesn&#8217;t work at first try, edit ~/.tisch.touchd<br />
- in the line with the resolution (line 5), change to something like<br />
&#8220;640 480 30 5 127 8 255 0&#8243;</p>
<p>- play with the ~/.tisch.touchd settings file (I&#8217;m aware it&#8217;s quite<br />
horrible, the format is somewhat documented here:<br />
<a href="http://sourceforge.net/apps/mediawiki/tisch/index.php?title=Touchd_config" target="_blank">http://sourceforge.net/apps/mediawiki/tisch/index.php?title=Touchd_config</a> ).</p>
<p>Heh, now that I read that, I&#8217;m surprised it worked at all :-)</p>
<p>Florian</p></blockquote>
<p>Your results may vary so please leave any tips you have on getting this up and running in the comments below.</p>
<span style="text-align:center; display: block;"><a href="http://hackaday.com/2010/11/13/kinect-and-tisch-combined-for-multitouch/"><img src="http://img.youtube.com/vi/ho6Yhz21BJI/2.jpg" alt="" /></a></span>
<br />Filed under: <a href='http://hackaday.com/category/kinect-hacks/'>Kinect hacks</a>, <a href='http://hackaday.com/category/multitouch-hacks/'>multitouch hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/30686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/30686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/30686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/30686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/30686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/30686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/30686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/30686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/30686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/30686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/30686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/30686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/30686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/30686/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=30686&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/11/13/kinect-and-tisch-combined-for-multitouch/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/11/kinect-multitouch.jpg" medium="image">
			<media:title type="html">kinect-multitouch</media:title>
		</media:content>
	</item>
		<item>
		<title>g-speak spatial operating environment</title>
		<link>http://hackaday.com/2008/11/17/g-speak-spatial-operating-environment/</link>
		<comments>http://hackaday.com/2008/11/17/g-speak-spatial-operating-environment/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 03:41:04 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[misc hacks]]></category>
		<category><![CDATA[multitouch hacks]]></category>
		<category><![CDATA[peripherals hacks]]></category>
		<category><![CDATA[2d]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[cintiq]]></category>
		<category><![CDATA[g-speak]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[minority report]]></category>
		<category><![CDATA[multitouch]]></category>

		<guid isPermaLink="false">http://hackadaycom.wordpress.com/?p=5991</guid>
		<description><![CDATA[Our fascination with multitouch is fairly well known, but it expands even further to cover all sorts of man machine interaction. Embedded above is a tech demo of g-speak, a spatial operating environment. The user combines gestures and spatial location to interact with on screen objects. If it seems familiar, it&#8217;s because one of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=5991&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/2229299' width='400' height='300' frameborder='0'></iframe></div>
<p>Our fascination with <a title="multitouch  - Hack a Day" href="http://hackaday.com/tag/multitouch/">multitouch</a> is fairly well known, but it expands even further to cover all sorts of man machine interaction. Embedded above is a tech demo of <a title="oblong industries, inc." href="http://oblong.com/">g-speak</a>, a spatial operating environment. The user combines gestures and spatial location to interact with on screen objects. If it seems familiar, it&#8217;s because one of the company&#8217;s founders advised on Minority Report. We doubt all this hand waving is going to catch on very quickly though. Our bet is on someone developing a multitouch <a title="YouTube - Wacom Cintiq 21ux in action" href="http://www.youtube.com/watch?v=oE2APo_EORQ">Cintiq</a> style device for people to use as a secondary monitor. It would bridge the gap between between our standard 2D interactions and gestures without making a full leap to 3D metaphors.</p>
<p>[via <a title="Create Digital Motion » Don’t Call it Minority Report; Call g-speak a Spatial, Gestural Operating Environment" href="http://createdigitalmotion.com/2008/11/17/dont-call-it-minority-report-call-g-speak-a-spatial-gestural-operating-environment/">Create Digital Motion</a>]</p>
<br />Posted in misc hacks, multitouch hacks, peripherals hacks  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/5991/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/5991/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/5991/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/5991/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/5991/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/5991/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/5991/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/5991/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/5991/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/5991/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/5991/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/5991/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/5991/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/5991/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=5991&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2008/11/17/g-speak-spatial-operating-environment/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">RobotSkirts</media:title>
		</media:content>
	</item>
	</channel>
</rss>
