my cam

// Live Stream

// 0)) x = Math.round((x * 400) / width_array[currentCamera1]);
if ((height_array[currentCamera1] != null) && (height_array[currentCamera1] > 0)) y = Math.round((y * 300) / height_array[currentCamera1]);
if (x > 400) x = 400;
if (y > 300) y = 300;
if (myifr != null) myifr.src = “http://DEFF:8080/ptz?src=” + currentCamera1 + “&moveto_x=” + x + “&moveto_y=” + y +”";
return true;
}
function getElPos1()
{
el = document.images.webcam1;
x = el.offsetLeft;
y = el.offsetTop;
elp = el.offsetParent;
while(elp!=null)
{ x+=elp.offsetLeft;
y+=elp.offsetTop;
elp=elp.offsetParent;
}
return new Array(x,y);
}
function ErrorImage1()
{
errorimg1++;
if (errorimg1>3){
document.images.webcam1.onload = “”;
document.images.webcam1.onerror = “”;
document.images.webcam1.src = “offline.jpg”;
}else{
uniq1 = Math.random();
document.images.webcam1.src = “http://DEFF:8080/cam_” + currentCamera1 + “.jpg?uniq=”+uniq1;
}
}
function DoIt1()
{
errorimg1=0;
window.setTimeout(“LoadImage1();”, 40);
}
// ]]>

Tinggalkan Balasan

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Ubah )

Twitter picture

You are commenting using your Twitter account. Log Out / Ubah )

Facebook photo

You are commenting using your Facebook account. Log Out / Ubah )

Connecting to %s

Ikuti

Get every new post delivered to your Inbox.