var BaseURL = "http://128.205.54.65/"; var DisplayWidth = "704"; var DisplayHeight = "480"; var File = "axis-cgi/mjpg/video.cgi?resolution=4CIF&camera=1"; var output = ""; if ((navigator.appName == "Microsoft Internet Explorer") && (navigator.platform != "MacPPC") && (navigator.platform != "Mac68k")){ output = ''; output += ''; output += ''; output += ''; output += ''; output += ''; output += ''; output += '
Axis Media Control
'; output += 'The AXIS Media Control, which enables you '; output += 'to view live image streams in Microsoft Internet'; output += ' Explorer, could not be registered on your computer.'; output += '
'; } else { theDate = new Date(); output = 'Camera Image'; } document.getElementById('cam').innerHTML=output; document.Player.ToolbarConfiguration = "play,+snapshot,+fullscreen" // Remove the '//' below to use the code for Motion Detection. // document.Player.UIMode = "MDConfig"; // document.Player.MotionConfigURL = "/axis-cgi/operator/param.cgi?ImageSource=0" // document.Player.MotionDataURL = "/axis-cgi/motion/motiondata.cgi"; document.getElementById('header').onmouseover=function(){ return; } document.getElementById('header').onmouseout=function(){ document.getElementById('cam').style.visibility='visible'; return; }