-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java stopped working - Zinframe Multitouch Overlay #227
Comments
Hi @barbaracastro, glad you're enjoying SMT! I've never used Zinframe overlays before, but it's hard to track down the issue without more info. We also don't have an active developer on this project at the moment, but it does sound like your issue might be a driver one (or at least somewhere in the native code that runs the TUIO support), since there's no Java error message. Can you try getting TUIO working in a different (non-SMT) application? It would also help to know what sketch you're specifically trying to get working. It may help to initialize with: |
Hi @mshancock, Thanks for the quick reply! If someone else have other option, please let me know. Thanks! |
So it's working with SMT.init( this, TouchSource.MOUSE); I think this is probably a similar problem reported iby @amyro here #169 If I use MOUSE, it works but I can't get multitouch and pinch functions to work. If I use WM_TOUCH the multitouch works and compiles perfectly, but as soon as I release the touch, it JAVA crashes. Thanks. |
And what happens when you use The
|
Hey guys, I'm developping an interactive instalation using SMT library. It's great!
I was testing with my inbuilt touch screen from my Dell Laptop, but for the exhibition we are using a infra-red frame on a TV.
The Zinframe multitouch overlay supports TUIO.
I installed Zinframe Multitouch Overlay drivers and the sketch is working and recognizing multiple touch, but the moment I release the touch, the app stops and shows:
"Java(TM) Platform SE binary has stopped working"
No error message.
I don't have a clue what's going on.
Can anybody help me?
Thanks in advance!
The text was updated successfully, but these errors were encountered: