-
Camera60
(object)
-
Управление камерой 60
(custom)
<html>
<script>
function movecam(ip,cmd)
{
const XHR = new XMLHttpRequest();
var form = document.getElementById('form_move');
// form указывает на форму
// Bind the FormData object and the form element
var FD = new FormData( form );
// Set up our request
XHR.open( "POST", "http://192.168.1."+ip+":80/decoder_control.cgi?loginuse=PaulB&loginpas=22&command="+cmd+"&onestep=1");
// The data sent is what the user provided in the form
XHR.send( FD );
}
</script>
<body>
<table style="text-align:center" width="650">
<tr>
<td style="text-align:center" width="650" height="50">
<form method="POST" id = "form_move" action="/" style="display:none;"></form>
<div id="60">
<img onclick='movecam(this.parentNode.id,"4")' src="/html/img/arrow_left_r.png" title="Move Left">
<img onclick='movecam(this.parentNode.id,"2")' src="/html/img/arrow_down_r.png" title="Move Down">
<img onclick='movecam(this.parentNode.id,"0")' src="/html/img/arrow_up_r.png" title="Move Up">
<img onclick='movecam(this.parentNode.id,"6")' src="/html/img/arrow_right_r.png" title="Move Right">
</div>
</td>
</tr>
</table>
</body>
</html>
-
Camera61
(object)
-
Управление камерой 61
(custom)
<html>
<script>
function movecam(ip,cmd)
{
const XHR = new XMLHttpRequest();
var form = document.getElementById('form_move');
// form указывает на форму
// Bind the FormData object and the form element
var FD = new FormData( form );
// Set up our request
XHR.open( "POST", "http://192.168.1."+ip+":80/decoder_control.cgi?loginuse=PaulB&loginpas=22&command="+cmd+"&onestep=1");
// The data sent is what the user provided in the form
XHR.send( FD );
}
</script>
<body>
<table style="text-align:center" width="650">
<tr>
<td style="text-align:center" width="650" height="50">
<form method="POST" id = "form_move" action="/" style="display:none;"></form>
<div id="61">
<img onclick='movecam(this.parentNode.id,"4")' src="/html/img/arrow_left_r.png" title="Move Left">
<img onclick='movecam(this.parentNode.id,"2")' src="/html/img/arrow_down_r.png" title="Move Down">
<img onclick='movecam(this.parentNode.id,"0")' src="/html/img/arrow_up_r.png" title="Move Up">
<img onclick='movecam(this.parentNode.id,"6")' src="/html/img/arrow_right_r.png" title="Move Right">
</div>
</td>
</tr>
</table>
</body>
</html>
-
Camera62
(object)
-
Управление камерой 62
(custom)
<html>
<script>
function movecam(ip,cmd)
{
const XHR = new XMLHttpRequest();
var form = document.getElementById('form_move');
// form указывает на форму
// Bind the FormData object and the form element
var FD = new FormData( form );
// Set up our request
XHR.open( "POST", "http://192.168.1."+ip+":80/decoder_control.cgi?loginuse=PaulB&loginpas=22&command="+cmd+"&onestep=1");
// The data sent is what the user provided in the form
XHR.send( FD );
}
</script>
<body>
<table style="text-align:center" width="650">
<tr>
<td style="text-align:center" width="650" height="50">
<form method="POST" id = "form_move" action="/" style="display:none;"></form>
<div id="62">
<img onclick='movecam(this.parentNode.id,"4")' src="/html/img/arrow_left_r.png" title="Move Left">
<img onclick='movecam(this.parentNode.id,"2")' src="/html/img/arrow_down_r.png" title="Move Down">
<img onclick='movecam(this.parentNode.id,"0")' src="/html/img/arrow_up_r.png" title="Move Up">
<img onclick='movecam(this.parentNode.id,"6")' src="/html/img/arrow_right_r.png" title="Move Right">
</div>
</td>
</tr>
</table>
</body>
</html>
-
Camera-63
(object)
-
Управление камерой 63
(custom)
<html>
<script>
function movecam(ip,cmd)
{
const XHR = new XMLHttpRequest();
var form = document.getElementById('form_move');
// form указывает на форму
// Bind the FormData object and the form element
var FD = new FormData( form );
// Set up our request
XHR.open( "POST", "http://192.168.1."+ip+":80/decoder_control.cgi?loginuse=PaulB&loginpas=22&command="+cmd+"&onestep=1");
// The data sent is what the user provided in the form
XHR.send( FD );
}
</script>
<body>
<table style="text-align:center" width="650">
<tr>
<td style="text-align:center" width="650" height="50">
<form method="POST" id = "form_move" action="/" style="display:none;"></form>
<div id="63">
<img onclick='movecam(this.parentNode.id,"4")' src="/html/img/arrow_left_r.png" title="Move Left">
<img onclick='movecam(this.parentNode.id,"2")' src="/html/img/arrow_down_r.png" title="Move Down">
<img onclick='movecam(this.parentNode.id,"0")' src="/html/img/arrow_up_r.png" title="Move Up">
<img onclick='movecam(this.parentNode.id,"6")' src="/html/img/arrow_right_r.png" title="Move Right">
</div>
</td>
</tr>
</table>
</body>
</html>