Scanner Sensor Multi Touch

[vimeo= http://vimeo.com/5765795]

[Kyle McDonald] had a Visioneer XP 100 portable scanner laying around, so he started trying to come up with alternative uses for it. In the video above, we can see a multitouch setup rigged together using Openframeworks in Ubuntu. As you can see in the video, there’s some considerable lag. That is due to the 250-500 ms of buffering built into the scanner. It does have nice resolution; 10k pixels wide at 60 fps, so it has to be useful for something (aside from scanning). Anyone got any ideas? He says if the field of view was wider, he’d use it on a river bed to watch fish.

Portable Large Interactive Display

[vimeo http://vimeo.com/5452585%5D

[HyPe] over at the Natural User Interface Group developed this concept as part of his Master’s Degree in Industrial Design. This suitcase sized projector and computer allows people to have a 60″ multitouch screen available wherever there is a large enough surface.  The current software is designed for ad-hoc meetings about large-scale construction plans. The rolling case includes a short-throw projector and webcam. Just set it on top of your work surface, lift the lid, and it’s ready to go.

IDisplay, Webcam Multitouch

[youtube http://www.youtube.com/watch?v=mlLY0zic7u0%5D

Embedded above is an interesting multitouch demo by [Lahiru]. The goal of the project was to find an easy way to retrofit current LCDs for multitouch. Instead of using infrared or capacitive recognition, it uses a standard webcam mounted overhead. To calibrate, you draw polygon around the desktop screen as the webcam sees it. The camera can identify the location of markers placed on the screen and their color. iDisplay can also recognize hands making the pinch motion and sends these as touch events via TUIO, so it works with existing touch software. It’s written in C++ using OpenCV for image processing with openFrameworks as the application framework.

[via NUI Group]

LCD Multitouch

[youtube=http://www.youtube.com/watch?v=wLztKzljMc0&feature=player_embedded]

[Jacob] wrote us to show off his latest project. He built his multitouch interface out of an LCD monitor. We’ve seen plenty of multitouch projects here, but usually they are projection style. This project uses the panel out of an LCD, with the diffusers and backlighting removed. The panel itself is fairly transparent, so a webcam with IR filter can see the light pens right through it. It does seem a bit dim in the video, we’re wondering if it is better in real life.

Phototransistor Multitouch With A Twist

multitouch

[Alex] sent us this project he’s working on where he’s building a phototransistor based multitouch input system. Though many people have built systems with phototransistors, most of them are quite large and very sensitive light and dark variances. [Alex] has done some fancy background subtraction through software. He believes his is the first to do this. As you can see in the video after the break, it seems impervious to the lamp he is moving around, and still fairly sensitive to his hand. We’re curious to see where he takes this one.

Continue reading “Phototransistor Multitouch With A Twist”

WiNet, Wireless Arduino Touchscreen

winet

Liquidware has put together an interesting kit called the WiNet. It has a battery powered touchscreen controlled by an Arduino. Using an XBee shield, it can send commands to a paired XBee and Arduino attached to a computer. The computer can also update the touchscreen display. This is demoed in the video below. It’s a unique interface, but the TouchShield alone costs $174 so we’re guessing you’re going to be pretty damn confident in your project before you go this route.

Continue reading “WiNet, Wireless Arduino Touchscreen”

Global Hackdays: Tangible Interfaces

[vimeo=4138521]

June 6th is the date of the upcoming Global Hackday. This time, focusing on cheap tangible interfaces, mainly trackmate. They want as many people to join as possible, even if you’re not comfortable with code. We’ve covered the construction of the trackmate surface before, now build one and get in there and contribute.