windows模拟触摸

安装EcoTUIODriver驱动

GitHub - almighty-bungholio/EcoTUIODriver: Diver to convert tuio touch events into windows touch events. Started as GSoC 2012 project.

安装完后电脑属性显示笔和触控为为20点触摸点提供笔和触控支持。

windows模拟触摸_第1张图片

在另一台电脑上运行tuio模块器是一个jar文件,TuioSimulator默认是给本机的3333端口发送TUIO消息,可通过-host指定远端主机,-port指定端口号

执行命令:

java -jar TuioSimulator.jar -host 192.168.68.53 -port 3333

电容识别物理效果5

你可能感兴趣的:(tuio模拟器)