var fDesc=new Array(); fDesc[0] = "aeroTAP is next generation of user interface using webcam - Virtual Touch Screen User Interface - without any controller such as keyboard, mouse or others.
aeroTAP works with generic webcam running with small CPU resource. It also can recognize some gestures. User can run aeroTAP and navigate PC and run applications without keyboard and mouse.

aeroTAP provide special control for several common applications to improve gesture navigation. Current version support the following application:

- FireFox, Internet Explorer

NOTE: it also supports Mouse gesture Plugins for FireFox and Internet Explorer.

- WinDVD, WMPlayer, PowerDVD

- Skype

- Google Earth

- Acrobat Reader

- Paint

System and Hardware requirements:

- OS : Windows XP, Vista, Windows 7
- Hardware Requirement: Sufficient RAM and CPU to run Microsoft Windows and applications.
- Memory: aeroTAP requires maximum of 400MB of temporary memory(If HSV Color filtering is enabled ).
- Web Camera: RGB24/Yuv 320x240 Resolution, 15/30 FPS"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }