Loading...
Logo
Processing Forum

tuioZones problem

in Android Processing  •  2 years ago  
I am trying to use tuioZones in the Android app that I am developing. When I run the very simple "Draggable" example from the tuioZones library, I see a grey box in the Android emulator, but the box is not draggable! I see the following in the console.
 ### [2011/5/30 21:13:50] PROCESS @ OscP5 stopped.
### [2011/5/30 21:13:50] ERROR @ UdpClient.openSocket cant create socket Permission denied (maybe missing INTERNET permission)
### [2011/5/30 21:13:51] ERROR @ UdpServer.start()  IOException, couldnt create new DatagramSocket @ port 3333 java.net.SocketException: Permission denied (maybe missing INTERNET permission)
### [2011/5/30 21:13:51] INFO @ OscP5 is running. you (127.0.0.1) are listening @ port 3333
I appreciate any advice!

Replies(1)

Re: tuioZones problem

2 years ago
tuioZones was originally developed to work with software like Community Core Vision ( http://nuicode.com/projects/tbeta) that outputs tracking data based on video processing.  It is typically used with "do-it-yourself" multitouch screens.  I don' t have any experience with android yet, but I don't think the current version of tuioZones will work on the android platform.  Maybe a later update or similar library will be developed for android...?