Second release.
- new interface for input providers - allows applications to get image from cameras
- multitouch driver for Windows 7 RC x32, x64
- multitouch windows service
- windows service for driver
- Optimized "capture" behavior in WPF framework.
Multitouch service can be started using
Multitouch.Service.Console.exe.
You can install this service as a windows service using installutil.exe
%windir%\Microsoft.NET\Framework\v2.0.50727\installutil.exe /i Multitouch.Service.exeDriver for Windows 7 ist located in Driver directory.
To install run
Install driver.cmd.
After installing driver you have to start driver service.
This can be done by starting multitouch service followed by
Multitouch.Driver.Console.exe.
Or you can just install
Multitouch.Driver.Service.exe as a windows service using
%windir%\Microsoft.NET\Framework\v2.0.50727\installutil.exe /i Multitouch.Driver.Service.exe.
Remember, if you install driver as a windows service, you don't have to install multitouch service. It is already integrated in driver service.
After installing windows services you have to start them. Press "Start" button, type
services.msc and then press "enter". "Services" window will open. Find
Multitouch input or
Multitouch driver in the list and start it.