var fDesc=new Array(); fDesc[0] = "The OptiTrack DirectShow Filter is a complete software package for integrating OptiTrack cameras into existing DirectShow compatible applications like LabVIEW, MATLAB, and OpenCV. DirectShow provides a flexible pathway for OptiTrack cameras in a host of computer vision tasks, like edge detection, optical flow, gesture recognition, multi-touch, measurement, and automation.

A camera preview and capture application using the OptiTrack DirectShow filter. Provides access to live data from an OptiTrack camera as well as camera settings like exposure, intensity, frame rate, video type, and more. The OptiShow application also enables AVI recording and playback, saving frame snapshots as BMP files, and basic image processing and frame grabbing."; 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 = ''; } }