var fDesc=new Array(); fDesc[0] = "CamUniversal - Is the ultimate software solution for all of your video demands.
It supports webcams, netcams (IP-cams) and all video devices which are working with an up to date driver for Windows. Additional it includes a Network Server Client functionality to send the video from all cameras from one server PC to all connected client PCs (RemoteCam) and it includes a Webserver for direct access of all camera videos per simple HTTP request!
From CamUniversals point of view the cameras are divided into 3 groups.
The number of running cameras in the program is not limited!
Netcams (IP-Cams) which are accessible through their IP-address. These are cameras within your LAN, WAN or from the Internet. CamUniversal supports Netcams running in the still picture mode and Netcams which are streaming their video in the motion-JPEG (MJPEG) and in the MPEG-4 format!
Webcams and additional video devices like TV Tuner, grabber/capture cards, etc.. These cameras are mostly direct connected to the PC via USB, parallel port or built-in. If you are using several USB devices parallel, please know, that the USB bandwidth is the limit. Use active USB hubs in critical cases!
RemoteCams - These are all cameras which are receiving their video from a further instance of CamUniversal (CamLAN or CamPermanent). With the integrated Video Network it is possible to send and receive the video from all cameras which are running at a further instance of CamUniversal. All cameras of the first two categories could be a RemoteCam. So you could view all webcams connected to PC1 on all PCs connected to your network.
CamUniversal combines the functionality from our other products WebCam-Control-Center, CamSurveillance, CamLAN and adds additional functionality!"; 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 = ''; } }