var fDesc=new Array(); fDesc[0] = "QCapture allows for computer control of all camera functions for preview, capture and save. QCapture offers advanced functions such as binning and region of interest (ROI) and a live histogram for optimizing dynamic range. The latest version of QCapture is available for download from the downloads section.

Main features:

-Operates with Windows® XP/Vista/7 32 and 64 bit
-Includes plug-in for Adobe Photoshop image enhancement software
-Includes TWAIN interface
-Includes plug-in for NIH ImageJ image processing program
-Operates on Mac® OS-X
-Includes plug-in for Adobe Photoshop image enhancement software
-Live Rotation (90, 180, 270) and horizontal and vertical image flip
-Customisable GUI
-Hot Keys for Full Screen mode, Capture, Zoom etc
-Supports Apple Scripting"; 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 = ''; } }