We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I was trying some different libraries with no success for getting multiple touch points on a windows surface pro 2 tablet.
Has anyone got some suggestions on how to do this? Libraries, etc? Simple-multi-touch does not appear to be working.
I may try a surface-to-tuio system.
Answers
Hi gersart,
For SMT, try posting an issue on SMT's GitHub page. We do not regularly search forums for SMT related questions. https://github.com/vialab/SMT
Erik
http://www.erikpaluka.com
I recently develop a project on a tactile all-in-one under Windows 8. The option that worked best for me was using Touch2Tuio, in wich SMT relies. I used the initialization functions from SMT's source, as Touch2Tuio didn't work out of the box.
Before that I tried MT4J's method to get native windows events, wich worked nicely but crashed when the touches were very fast :(