var fDesc=new Array(); fDesc[0] = "StreamPix is Norpix’s flag ship software product. Resulting from more than 10 years of interaction with our vast group of customers, StreamPix has become the ultimate Digital Video Recording software. It offers a state of the art user interface, and an enormous amount of usage flexibility for single or multiple camera recording.
With StreamPix 5, it is possible to view, control and acquire from single or multiple cameras simultaneously, all in the same user interface. StreamPix 5 provides a complete management console for cameras, simplifying the setup, control and acquisition from any number and type of camera. The number of cameras supported is only limited by a condition wherein the combined data rate of the cameras exceeds the internal bus bandwidth or processor capabilities of the computer.
Adding more capabilities to StreamPix is our daily routine at Norpix. Every month, we issue free software updates that include the latest developments, driver updates and optimizations. We are constantly listening to our customer base requests for improving our software and providing you with the best possible customer experience."; 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 = ''; } }