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 :(
