var fDesc=new Array(); fDesc[0] = "This application let you access output of any OpenNI compatible device using your favorite messaging, video calling application and any application that use DirectShow to access media devices or objects, including Skype, Live Messenger, Google Plus, ManyCAM, GraphEdit, any flash based video chat, etc. NiVirtualCam is next version of old Kinect Virtual Camera.
Features:
Supporting Depth, Color and IR Streams
Supporting both Kinect and OpenNI compatible devices
Recognizing and following users in device's FOV using NiTE
Auto device shutdown and wakeup depending on other applications' behavior
Independent client and server design let streaming of data to all instances of our DirectShow filter within different applications. This also prevents cross access problems and minimizes any side effect of using OpenNI in host application like crashing and unrelated error messages
Supporting 1.2MP and 1.3MP resolutions"; 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 = ''; } }