var fDesc=new Array(); fDesc[0] = "The AZcendant IP Camera Filter is a "DirectShow Source Filter". It MUST be used with a video capture application such as HandyAvi (preferred) or some other application such as VirtualDub, WebcamXP, Windows Media Encoder, etc.
The AZcendant IP Camera Filter allows you to view and capture video from Internet Protocol (IP) Cameras when used in conjunction with an application such as HandyAvi.
IP Cameras are cameras that send their video data over either a wired or wireless ethernet/internet connection. This means that the camera can be half-way around the world and you can still receive the video images that are produced by the camera."; 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 = ''; } }