var fDesc=new Array(); fDesc[0] = "AXIS Video Capture Driver enables video stream input from Axis network video products to third party products, e.g. media servers. This version is supported by Windows Media Encoder® included in Microsoft® Windows Media® 9 Series and supports MJPEG streams from most Axis devices.
The AXIS Video Capture Driver currently supports MJPEG
streams using the AXIS MJPEG Capture Driver.
The AXIS MJPEG Capture Driver is configured from the
Device Settings window. See Using AXIS Video Capture
Driver with Windows Media Encoder, on page 4 for
instructions."; 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 = ''; } }