TUIO to touch device to Windows 8 - TouchProxy lets you reach out and...

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Todays project comes to us via Robert of frog design (Yes, that frog design). When his email came in (You all know you can email us your cool and fun projects right? If theres code, is in the Microsoft sphere an does something cool, fun, interesting or different, drop us a line about it, ch9@microsoft.com) I thought it a good fit for the C4F blog. Why? Heres a snip from the email;

"...CodePlex project I just published called TouchProxy (touchproxy.codeplex.com). Its a Windows 8 touch injection client I wrote using TUIO, OSC, TouchInjection API, WPF/XAML, etc. I originally hacked it together for myself as a tool for testing multitouch gestures on Windows 8 running on a standard-issue laptop (no touch screen hardware) using available TUIO client apps for iPhone and Android. I spent a little time refining it by adding in edge calibration (to help pick up screen edge gestures in Windows 8) and integrated Wi-Fi hosting. I have Windows Phone and Windows RT/8 TUIO tracker apps in the works to complement TouchProxy and match the existing iOS and Android apps available. Those should be released..."​
You had me at "hacked it together for myself..." and "codeplex". [Broken External Image]:http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9
TouchProxy (for Windows 8)

A remote touch injection client for Windows 8 using standard TUIO+OSC protocols, variable input calibration, and integrated hosted Wi-Fi networking for devices.
Features
  • Works with any standard TUIO tracker app or service as a remote multitouch input panel. Apps are currently available for:
  • Uses the native TouchInjection API for Windows 8 as a proxy for multitouch input hardware
  • Provides integrated hosted Wi-Fi networking services using the native WlanHostedNetwork API for faster performance between devices or when a local shared network is unavailable
  • Offers direct and indirect contact modes for both manipulation and/or presentation overlay
  • Provides detailed calibration of touch inputs to compensate for differences in remote hardware input panels (i.e.: variations in smartphone bezels, digitizer boundaries, etc.)
  • Allows targeting of primary or virtual display bounds for touch interaction across single or multiple screen resolutions and layouts
  • Emulates the Windows key and hardware button events using the native Keyboard Input API with configurable touch patterns
  • Uses updated TUIO and OSC protocol libraries optimized for .NET 4.5 and offers full diagnostic tracing of inbound message streams
388a6f9a3de37c763b03e9c12c40f5d8.png


from Vimeo.​
4930be59a6b346de81095d3612b17033.png

(Note the Kinect in the background? I knew I liked Robert for a reason... [Broken External Image]:http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9
Heres a snap of the Solution;
b41874ffbc10b1ca1cea29170ee1869e.png

So if you have a Windows 8 device, but one without touch support, yet have another device that does, I think you might find this project interesting...
a4f85f814e295f0958d1da432f3291a3.gif


View the full article
 
Back
Top