HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 8162
Cache-control: no-cache, must revalidate
Date: Fri, 21 Mar 2025 12:59:20 GMT
Expires: Fri, 21 Mar 2025 12:59:20 GMT
Pragma: no-cache
Server: webcamXP 5
HTTP/1.1 200 OK
Server: yawcam/0.8.0
Content-Length:18976
Content-Type: text/html
Mime-Type: text/html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Yawcam</title>
<style type="text/css">
div.menu
{
margin: 0px;
display: none;
width: 80px;
border: 1px solid black;
background: #3F3F3F;
background-image: url(img/bg.gif);
padding: 2px 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: 600;
font-size: 14px;
color: #FFFFFF;
text-decoration: none;
border-right: none;
position: absolute;
}
div.passLayer
{
margin: 0px;
display: none;
width: 1280px;
height: 720px;
border: 1px solid black;
background: none;
background-image: url(err);//none; //trick IE there is something in layer
padding: 0px 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: 600;
font-size: 14px;
color: #000000;
text-decoration: none;
position: absolute;
z-index: 5;
}
div.menu_child
{
margin: 0px;
display: none;
border: none;
padding: 0px 0px;
position: absolute;
}
a.menu_Item
{
display: block;
margin: 0px;
border: 1px solid black;
background: #FBFBFB;
padding: 2px 6px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
font-weight: 400;
color: #6C6C6C;
width: 85px;
border-bottom: none;
text-decoration: none;
}
a.menu_Item_wide
{
display: block;
margin: 0px;
border: 1px solid black;
background: #FBFBFB;
padding: 2px 6px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
font-weight: 400;
color: #6C6C6C;
width: 100%;
border-bottom: none;
text-decoration: none;
}
.heading {color: #000000;}
.text a:link{ color: #4589ff;}
.text a:visited {color: #4589ff;}
.text a:hover {color: #ff0000;}
.text a:active { color: #ff0000;}
.text
{
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}
</style>
<script type="text/javascript">
<!--
var fps = 30;
var quality = 30;
var timeout = 33;
var baseURL = ""; //change this to "http://_yawcam_computer_address:port/" when running on own server.
var t_;
var i_;
var ct_;
var id;
var xmlHttp;
var firstReq=true;
var state = "null";
function updateID()
{
id = Math.random();
}
function setFps(val)
{
fps = val;
timeout = Math.round(1000.0/fps);
}
function setQ(val)
{
quality = val;
}
function scaleIn()
{
document.images.camImg.width = document.images.camImg.width + 40;
document.images.camImg.height = document.images.camImg.height + 30;
}
function scaleOut()
{
document.images.camImg.width = document.images.camImg.width - 40;
document.images.camImg.height = document.images.camImg.height - 30;
}
function scaleOrg()
{
document.images.camImg.width = 1280;
document.images.camImg.height = 720;
}
function showLayer(theLayer)
{
getLayer(theLayer).style.display = "block";
}
function hideLayer(theLayer)
{
getLayer(theLayer).style.display = "none";
}
function hideAllMenuLayers()
{
hideLayer('menu_fps');
hideLayer('menu_fps_child');
hideLayer('menu_quality');
hideLayer('menu_quality_child');
hideLayer('menu_scale');
hideLayer('menu_scale_child');
hideLayer('menu_about');
hideLayer('menu_about_child');
}
function hideAllMenuChildren()
{
hideLayer('menu_fps_child');
hideLayer('menu_quality_child');
hideLayer('menu_scale_child');
hideLayer('menu_about_child');
}
function showAllMenuCols()
{
showLayer('menu_fps');
showLayer('menu_quality');
showLayer('menu_scale');
showLayer('menu_about');
}
function fixMenuColPos(owner)
{
var i=0;
setLyr(owner,'menu_fps',false,i++);
setLyr(owner,'menu_quality',false,i++);
setLyr(owner,'menu_scale',false,i++);
setLyr(owner,'menu_about',false,i++);
}
function getLayer(theLayer)
{
var obj = null;
if (document.getElementById)
{
obj = document.getElementById(theLayer);
}
else if (document.all)
{
obj = document.all[theLayer];
}
else if (document.layers)
{
obj = document.layers[theLayer];
}
return obj;
}
function getMarker(val,testVal)
{
var str = null;
if(val == testVal)
{
str = "<img src=\"img/mrk.gif\" style=\"border:none;vertical-align: text-bottom;margin: 0px;\" alt=\"<--\">";
}
else
{
str = "";
}
return str;
}
function showErrorImage()
{
clearTimeout(t_);
clearInterval(i_);
document.images.camImg.onload = "";
document.images.camImg.src = "http://www.yawcam.com/offline.jpg";
window.status = "Webcam offline";
}
function showStatusImage(imgUrl)
{
clearTimeout(t_);
clearInterval(i_);
document.images.camImg.onload = "";
document.images.camImg.src = imgUrl;
}
function reloadImage()
{
var theDate = new Date();
var url = baseURL + "out.jpg?";
url += ("q="+quality);
url += ("&id="+id);
url += "&r=";
url += theDate.getTime().toString();
document.images.camImg.src = url;
window.status = "Yawcam streaming.
HTTP/1.1 200 OK
Cache-Control: no-cache, no-store, must-revalidate
Pragma: no-cache
Content-Length: 1363
Content-Type: text/html
Expires: 0
Last-Modified: Wed, 12 Mar 2025 13:21:02 GMT
Vary: *
Server: Microsoft-HTTPAPI/2.0
Access-Control-Allow-Origin: *
Date: Wed, 12 Mar 2025 17:56:03 GMT