tbeta, cross-platform multitouch
posted Nov 28th 2008 4:00pm by Eliotfiled under: digital cameras hacks, home entertainment hacks, multitouch hacks
tbeta is a new tool developed by the NUI Group Community. tbeta acts as an image processing layer to take in image data and output tracking data for multitouch applications. Whether FTIR or DI, scratch built multitouch systems generate IR video streams that need to be processed to find fingertips. tbeta can take this or any arbitrary video stream and run it through a series of filters to generate the touch data. This data is sent as OSC TUIO, a standard protocol for touch events. Along with the camera and input switcher, tbeta also aids in system calibration. I works on Windows, OSX, and Linux. Have a look at the getting started guide for a better idea of how it works.
[via CDM]








meh. the bad latency of touchlib actually got worse. that happens, when you use way too large trackers, send yourself UDP packets to a Java-server that converts it to XML which is then streamed to Flash, or whatever they do nowadays to waste these amazing 500msec…
that aside, easy access to lots of demos is cool, but when you really use it, go make your own integrated software. (it’s 50 lines of code at most, from image capture to a list of traces)
it’s easier to set up, and you can get just 1 frame (1/60secs) latency if you do it right (and when you use the system, you’ll notice soon, that low latency is way more important than high resolution or even very accurate tracking).