4 of 12
4
Windows 7: WM_TOUCH to TUIO interface (Dell XT, HP TX2, Lenovo X200, etc. running NUI Group multitouch apps)…
Posted: 29 January 2009 01:53 PM   [ Ignore ]   [ # 46 ]
Avatar
RankRankRankRankRankRank
Joined  2007-04-08
Total Posts:  2286
Moderator

His thex,

There’s a wiimote to tuio software here that might help: http://code.google.com/p/wiimotetuio/

 Signature 

Follow me on:
My Website - Youtube - Twitter - Linkedin

Profile
 
 
Posted: 29 January 2009 02:51 PM   [ Ignore ]   [ # 47 ]
Rank
Joined  2009-01-29
Total Posts:  7
New Member

hey, i found that one half an hour ago but sadly there is no sourcecode provided…

but the one dll which is included gave me a clue on how to implement it.

thx
thex

Profile
 
 
Posted: 29 January 2009 02:53 PM   [ Ignore ]   [ # 48 ]
Rank
Joined  2009-01-29
Total Posts:  7
New Member

sorry just saw that there is source, ill take a look!

thex

Profile
 
 
Posted: 04 February 2009 03:29 PM   [ Ignore ]   [ # 49 ]
Avatar
Rank
Joined  2009-01-07
Total Posts:  49
New Member

I updated the W2TUIO application (key handling now corrected). Enjoy - still looking for more multitouch applications that will run on this great platform.

Profile
 
 
Posted: 04 February 2009 06:19 PM   [ Ignore ]   [ # 50 ]
Avatar
Rank
Joined  2007-06-17
Total Posts:  98
New Member

I’m still having trouble with false touches can seem to shake the problem and it hasn’t gotten better with the older ntrig driver.  I’ll hope for more stable ntrig mt driver.

 Signature 

Touchmaster
Multi-Touch Development Inc.
Project:
CompuTable
http://twitter.com/computable
YouTube: http://www.youtube.com/user/CompuTable78
Blog: http://computouch.blogspot.com/

Profile
 
 
Posted: 04 February 2009 06:22 PM   [ Ignore ]   [ # 51 ]
Avatar
Rank
Joined  2009-01-07
Total Posts:  49
New Member

I didn’t rollback to older drivers - the problem is not appearing that much on mine lately. Conversely, I had emerging issues with the display driver (weird crashes, blackouts and delays in responses). Oh well, this is Beta-land......

A question to all those TUIO developers: In MT flash clients, the following touch info is displayed: ID, X, Y, A ==> what does the “A” mean (cf my initial snapshots) - acceleration? or contact area? Doesn’t really map to TUIO protocol elements....

Profile
 
 
Posted: 04 February 2009 06:39 PM   [ Ignore ]   [ # 52 ]
Avatar
RankRankRankRankRankRank
Joined  2007-04-08
Total Posts:  2286
Moderator

tuio:

id, x, y, dx, dy, macceleration, height, width

 Signature 

Follow me on:
My Website - Youtube - Twitter - Linkedin

Profile
 
 
Posted: 05 February 2009 03:42 AM   [ Ignore ]   [ # 53 ]
Avatar
Rank
Joined  2009-01-07
Total Posts:  49
New Member

@cerupcat:
???? I used 2Dcur profile specification as given at : http://mtg.upf.edu/reactable/?tuio “ /tuio/2Dcur set s x y X Y m “
from the other parameters on that page, motion accellaration is mentioned (scalar value? what use is that?) . However, I cannot find specifications for height or width (blob size? Hey I was looking for that as W7 Touch events do specify these).

BTW I am considering using the same protocol for Augmented Reality purposes (employing ARToolkit http://www.hitl.washington.edu/artoolkit/). BUT I’d rather have good, solid transformation matrices for 3D samples than euclidian angles (a pain in converting back and forth and lots of boundary conditions) . My strategy for now is to resort to plain OSC. A pity.....

Profile
 
 
Posted: 05 February 2009 05:01 PM   [ Ignore ]   [ # 54 ]
Rank
Joined  2008-09-28
Total Posts:  22
New Member

Great Work Joukev!

can anyone confirm this will work on th HP TX2? are there any reasons to go with the dell xt? I want to buy one right now to work on this and adapt W2TUIO to an interface I made. The latitude seems a little on the slow side… small proc, small drives, generally slow configuration… the hp seems faster…

I can’t wait to try this!

ke10

Profile
 
 
Posted: 06 February 2009 03:09 AM   [ Ignore ]   [ # 55 ]
Avatar
Rank
Joined  2009-01-07
Total Posts:  49
New Member

@ke: yes I am also interested whether HP TX2 owners can run this applet. In principle, it should be possible as n-trig releases similar beta drivers for this platform.
The only issue _might_ be calibration - people facing this problem please contact me and we can solve this in a few minutes…

I agree that performance wise, HP has better specs. However, the BIG advantage of the XT (and arriving XT2 now announced through gottabemobile.com ) is weight (1.7 kgs vs >2.2 kgs this is noticeable!). Plus availability of slice battery (HUGE PLUS in mobile environments!).

Profile
 
 
Posted: 06 February 2009 10:21 AM   [ Ignore ]   [ # 56 ]
Rank
Joined  2009-02-06
Total Posts:  1
New Member

Hello joukev.I was really excited by your work while waiting for my HP tx2 to arrive.Now that it has I have a problem.Multitouch is not working

I am using Windows 7 beta with N trig beta drivers that support multi-touch,I’ve downloaded all the files;switched to Windows 7 Basic;started osc,maximized flash demo and started the tuio app but it still doesn’t work.I think the tuio registers the number of fingers I am using but it doesn’t register my input in the flash app.Can you please help me?

@UPDATE.Restarted PC did all that again and it works fine now.This really hs potential but does anyone know if there are any multitouch synths being developed that mimick the functionality of the kaoss pad?That would kick major ass..

Profile
 
 
Posted: 07 February 2009 01:09 AM   [ Ignore ]   [ # 57 ]
Rank
Joined  2009-01-19
Total Posts:  14
New Member

Hey QQ,

Just got my XT, given that MT is also present in Vista, is there anyway to test these apps or still stuff within Vista, without upgrading to Win7...cheers smile

Profile
 
 
Posted: 07 February 2009 08:40 AM   [ Ignore ]   [ # 58 ]
Avatar
Rank
Joined  2009-01-07
Total Posts:  49
New Member

@Osiris: afaik the anwer is still negative. cf my post #41 (http://nuigroup.com/forums/viewreply/26527/). MT in vista is actually dealt on device-level and converted into regular pen/mouse/scroll events (N-trig applet etc) , while in W7 a true implementation of TOUCH events is supported by the operating system. The only ones that could enable better Vista MT behavior are n-trig themselves. I would give it a shot if I would have sources of the device drivers+firmware. wink

Profile
 
 
Posted: 08 February 2009 01:02 AM   [ Ignore ]   [ # 59 ]
Rank
Joined  2009-01-19
Total Posts:  14
New Member

ahh I see, that makes sense.  Thanks for taking the time to explain that.

Guess I will wait till N-Trig release a driver update so I can get my PEN and MT working in Win7...then ill be set smile

Profile
 
 
Posted: 13 February 2009 05:08 AM   [ Ignore ]   [ # 60 ]
Avatar
RankRankRank
Joined  2008-06-16
Total Posts:  314
Sr. Member

There already is a wiimote TUIO source made in .NET:
http://code.google.com/p/wiimotetuio/
http://nuigroup.com/forums/viewthread/1332/

 Signature 

TUIO community site: http://www.tuio.org
reacTIVision framework: http://reactivision.sf.net
TUIO & reacTIVision CVS: http://sf.net/projects/reactivision
reacTIVision forum: http://sf.net/apps/phpbb/reactivision

Profile
 
 
   
4 of 12
4