Few starter questions
Posted: 27 June 2008 08:59 AM   [ Ignore ]
New Member
Rank
Total Posts:  2
Joined  2008-06-27

Hi everybody. I made MTmini like before 1-2h and I’m really starting to like it. Blob-detection is awesome, and I have no problems with that. But, I am far more interested in programming applications that support multi-touch. I want to make an application that would do something like this ... (I’m not a master in C++, but I know something and I still need some guide/guidelines) :

When a blob (only one blob!) is detected, move the mouse to those coordinates. While that blob is still detected and is present, if another blob is detected just click on the coordinates on the first blob.

I hope you got my point =)
It would be really good if someone can point me to the source of MouseDriver demo that comes with touchlib (if the source is open).

Thanks in advance !

EDIT : I’ve found the source of MouseDriver, but I really have no idea how to just start to detect how many blobs are even present :(

Profile
 
 
Posted: 27 June 2008 09:07 AM   [ Ignore ]   [ # 1 ]
Jr. Member
RankRank
Total Posts:  119
Joined  2008-02-04

You can find the sources for touchlib here:
http://code.google.com/p/touchlib/

For compilation instructions i would recommend reading these how-to’s:
http://www.multigesture.net/articles/

Have fun and good luck smile

Update: too slow smile

Profile
 
 
Posted: 27 June 2008 01:27 PM   [ Ignore ]   [ # 2 ]
Sr. Member
Avatar
RankRankRank
Total Posts:  265
Joined  2007-09-22

Cerupcat is already working on an updated mouse driver with exactly the things you ask for , just PM him and see in wich shape the driver is.

Profile
 
 
Posted: 27 June 2008 01:32 PM   [ Ignore ]   [ # 3 ]
New Member
Rank
Total Posts:  2
Joined  2008-06-27

Alright, thanks a lot !

Profile