TUIO Event Handling for Touchlib in Processing?
Posted: 28 February 2008 02:31 PM   [ Ignore ]
New Member
Rank
Total Posts:  12
Joined  2008-01-24

Hi,
I thought I might try and incorporate some code from Processing (the environment) or Java with Touchlib. Has anyone written similar handlers for the client side like there are in the AS3 folder but for processing?

Thanks!

 Signature 

http://www.perspectum.com

Profile
 
 
Posted: 29 February 2008 04:30 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  537
Joined  2006-11-09

Hey Seth,

I don’t think anyone has written an event system… the best i have seen is from the reactable site

I attached the library…

Also check out this project.. but it is using VVVV instead of touchlib..

http://nuigroup.com/forums/viewthread/547/

File Attachments
TUIO_Processing-1.3.zip  (File Size: 26KB - Downloads: 121)
 Signature 

~

Profile
 
 
Posted: 01 March 2008 01:21 AM   [ Ignore ]   [ # 2 ]
New Member
Rank
Total Posts:  12
Joined  2008-01-24

Thanks - I’ll look through this. I’ve already started porting things over and it’s going pretty smoothly. I’ll attach my code when I have things running well in a week or two. This forum is really an essential resource and I’d like to contribute.

 Signature 

http://www.perspectum.com

Profile
 
 
Posted: 07 March 2008 04:11 PM   [ Ignore ]   [ # 3 ]
Jr. Member
RankRank
Total Posts:  219
Joined  2007-03-23

i think event handlers or gesture classes will be very useful for those of us who prefer to use proce55ing and I encourage and await your results.

Profile
 
 
Posted: 09 March 2008 03:28 PM   [ Ignore ]   [ # 4 ]
New Member
Rank
Total Posts:  18
Joined  2007-08-09

We have a gesture library, and event processor build into our open-table project.  This is an entirely Java-based multi-touch platform.  http://www.open-table.org

 Signature 

Michael Riecken
Steward of the Open-Table Project
http://www.open-table.org
michael@open-table.org

Profile
 
 
Posted: 09 March 2008 04:09 PM   [ Ignore ]   [ # 5 ]
Jr. Member
RankRank
Total Posts:  219
Joined  2007-03-23

Very very intriguing: the site mentions possible/eventual support for multiple-camera inputs:

How far along is this feature? I’ve been using a hack-patch in VVVV to tile two cameras together.

Profile
 
 
Posted: 09 March 2008 04:31 PM   [ Ignore ]   [ # 6 ]
New Member
Rank
Total Posts:  18
Joined  2007-08-09

We have to do some work to get the stitching just right.

Basically, we take the two images and toss them into one big graphic and then parse the graphic.  This is cool from a “I can get a really big image” standpoint, but slows down image processing.  Though it is also possible to have one computer tasked to processing each camera and then sending the resulting events to the “display” box.

We’re working on it.  You’re welcome to help, if you’re interested.

 Signature 

Michael Riecken
Steward of the Open-Table Project
http://www.open-table.org
michael@open-table.org

Profile