var fDesc=new Array(); fDesc[0] = "Pleora's eBUS-PureGEV™ package is richly featured software for real-time networked video connectivity solutions. It works seamlessly with all other elements in Pleora's solutions set, including a large portfolio of iPORT™ IP engine video transmitters and our vDisplay™ IP engines for receiving and displaying video on standard monitors.

eBUS drivers optimize the performance of GigE Vision® based imaging systems by transferring video from a network link directly to higher-level applications software. The video is transferred in real time with the low, consistent latency required for performance-oriented applications, with minimal impact on the PC's CPU resources.

The eBUS-PureGEV SDK is a feature-rich toolset that allows developers to produce advanced video applications in short timeframes. An extensive library of sample applications for device configuration and control, image and data acquisition, and image display and diagnostics give developers a fast and easy starting point."; 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 = ''; } }