Kinect Tangible Table Prototype 47
baxpace writes "The first open source prototype of a tangible table using the Microsoft Kinect sensor. The hack is essentially a proof of concept that can serve a multitude of purposes including a real-time analysis on urban models. The program uses the Kinect point cloud which is mapped onto a flat surface. The upper layer of the point cloud will apply a colour to anything that is placed on the table and is recognized by the Kinect depth sensor. Every object that is placed on the table is detected automatically and in turn becomes trackable."
Re: (Score:2)
Re: (Score:2)
That being said, this has spawned some pretty darned nifty hacks.
OpenCV (Score:1)
opencv has done object and base plane recognition and tracking for a long time and doesn't need a depth sensor, just a webcam
Where's the news? (Score:2, Insightful)
As far as I can tell, he's just projecting the depth (as a few color bands) on top of the table. About five lines of Python with libfreenect and OpenCV. He isn't even tracking anything, just projecting the raw depth quantized to a few layers and roughly calibrated onto the table. Seriously, there are probably hundreds of Kinect hacks more impressive than this one.
The only odd part about this Kinect hack is that he's using the ugly proprietary CodeLabs NUI drivers instead of OpenKinect/libfreenect or OpenNI/
Re: (Score:2, Insightful)
I'm sorry to say your comment sounds like "i didn't like this, so others shouldn't either" , I know you didn't intend that, but this is STILL news-worthy, perhaps not /. "perfect" b/c it doesn't have any....technology... ...computers.... ...futuristic vision tech... oh... wait.... I Was still impressed with this demo. Like all research, it is built upon the work of others and incrementally tweaked/improved/etc. Just because this "could" have been done before, doesn't mean it has been, and even if it has bee
Re: (Score:3)
I didn't really read it like that. The GP makes a coherent argument for why this doesn't seem newsworthy - more than "I didn't really like it, meh".
The summary sounds pretty cool and grabbed my attention straightaway. If the article was actually about a hack that used the depth buffer to cluster points that move together (have consistent depth) into objects and then track them then it would be pretty cool. But really all he is doing is what the GP says - quantising the depth and projecting colours.
I would r
Re: (Score:2)
Re:Where's the news? (Score:4, Informative)
...but my reply to that is, then do something better...
Dude! you sure whom you are talking to? Marcan was the first person to hack the kinect and come up with libfreenect. In fact, he was the winner of the competition sponsored by Adafruit for opensourcing Kinect drivers.
Re: (Score:2)
Some clarification (Score:5, Insightful)
Re: (Score:1)
See http://en.wikipedia.org/wiki/Tangible_media for a bit of explanation
Re: (Score:2)
Re: (Score:2)
wow, they look like fun!!
Re: (Score:1)
Are you tired of insubstantial tables? Immaterial bureaux? Incorporeal counters? Living your life in a formless void? Mither no more!
Introducing the new Tangible Table (TM). The table you can touch!
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Too bad slashdot is not set up to allow community to mark shills as a group? Could we do that?
If you had a clique of others you trust, and allow them to mark posts as shill and it would reduce their score for you if you trust that clique? Sorta like moderation but for sub groups rather than moderation for the whole site at once? I guess you could use the friend-foe thing but AC would not get reduced.
And this firehose thing probably makes story posting worse and more susceptible to being gamed. But maybe
Re: (Score:2)
Re: (Score:1)
Re: (Score:2)
I don't see why we get 2-3 stories a day about the kinect, and Slashdot should be able to see by now that stories that only get 30 comments half of which say "this story shouldn't have been posted" should not be posted.
Because people posting that are lazy whinging fuckwits that won't moderate the stories. Gees, it's not that hard.
Real time topographical map (Score:2)
Re: (Score:2)
This is for games / toys / entertainment.
Real science simulations require a lot of backend computational power and a ton of coding / configuration. You probably spend more time on setting up parameters / boundary conditions than establishing geometry.
But it looks cool.
Not fully open source (Score:1)
Sure the code may be open but the framework, the hardware and SDK behind the whole Kinect is NOT open source in either spirit or word. There is no way to implement the Kinect without blessing or buying from Microsoft or adhering to their patents or whatever limitations they want to apply to the system and software.
The whole SDK expects you to have Visual Studio in order to develop for it. Let me know if there is a truly open source and cross platform implementation of both drivers, hardware and software tha
Re: (Score:3)
Sure the code may be open but the framework, the hardware and SDK behind the whole Kinect is NOT open source in either spirit or word.
What framework? What SDK? So what if the hardware is not open source?
There is no way to implement the Kinect without blessing or buying from Microsoft or adhering to their patents or whatever limitations they want to apply to the system and software.
Yes you have to buy the hardware from them, who cares? They haven't applied any limits to the system and the software you use with it (the libfreenect driver) and anything you build on top is/can be open source.
The whole SDK expects you to have Visual Studio in order to develop for it. Let me know if there is a truly open source and cross platform implementation of both drivers, hardware and software that I am free to implement in my own package without getting sued.
WTF are you on about? You don't need an SDK and the libfreenect drivers were originally linux-only in fact. Seriously have you go any idea what you're talking about or are you just an anti-MS crybaby looking to have a rant?
Operating Theater Surgery Tools Table (Score:1)