JVC 686BU Security Camera User Manual


 
110
<PARAM NAME="DispHeight" VALUE="480">
<PARAM NAME="FolderName" VALUE="VN-V685">
<PARAM NAME="FrameRate" VALUE="15">
<PARAM NAME="RcvMode" VALUE="0">
<PARAM NAME="OpPassword" VALUE="jvc">
</OBJECT>
<!-- PTZ Control ActiveX -->
<OBJECT ID="PTZCtrl"
WIDTH = 1
HEIGHT= 1
CLASSID="CLSID:877CBEB7-33CA-44c4-AC85-D7EDC55D0591">
<PARAM NAME="IP" VALUE="192.168.0.2">
<PARAM NAME="HttpPort" VALUE="80">
</OBJECT>
<FORM NAME="myForm">
<table>
<tr>
<td>
VN-V685 IP Address
<INPUT TYPE="TEXT" NAME="IP" VALUE="192.168.0.2">
HTTP Port
<INPUT TYPE="TEXT" NAME="HTTP_PORT" VALUE="80">
</td>
</tr>
<tr>
<td>
JPEG Viewer
<INPUT TYPE="BUTTON" NAME="PLAY_BTN" style="width:70px"
VALUE="Play" onclick="play_click(PLAY_BTN, IP, HTTP_PORT)">
<INPUT TYPE="BUTTON" NAME="CAPTURE_BTN" style="width:70px"
VALUE="Capture" onclick="capture_click()">
</td>
</tr>
<tr>
<td>
PTZ Control
</td>
</tr>
</table>
<INPUT TYPE="BUTTON" VALUE="Up"
STYLE="width:40px;top:630px;left:61px;position:absolute"
onmousedown="PTControl(8)" onmouseup="mouse_up()" onmouseout="mouse_up()">
<INPUT TYPE="BUTTON" VALUE="Left"
STYLE="width:40px;top:650px;left:41px;position:absolute"
onmousedown="PTControl(4)" onmouseup="mouse_up()" onmouseout="mouse_up()">
<INPUT TYPE="BUTTON" VALUE="Right"
STYLE="width:40px;top:650px;left:81px;position:absolute"
onmousedown="PTControl(6)" onmouseup="mouse_up()" onmouseout="mouse_up()">
<INPUT TYPE="BUTTON" VALUE="Down"
STYLE="width:40px;top:670px;left:61px;position:absolute"
onmousedown="PTControl(2)" onmouseup="mouse_up()" onmouseout="mouse_up()">
<INPUT TYPE="BUTTON" NAME="TELE_BTN" VALUE="+"