chore: 初始化南京中车大屏幕
This commit is contained in:
2080
public/NJZZMonitoringDemo/demo copy20250611.js
Normal file
2080
public/NJZZMonitoringDemo/demo copy20250611.js
Normal file
File diff suppressed because it is too large
Load Diff
25
public/NJZZMonitoringDemo/demo-iframe.html
Normal file
25
public/NJZZMonitoringDemo/demo-iframe.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
</head>
|
||||
<body style="
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
">
|
||||
<div style="left: 100px;top:200px;position: relative;width: 100%;height: 800px;display: flex;">
|
||||
<iframe id="test" src="index.html?ip=10.22.20.41" width="40%" height="100%">
|
||||
|
||||
</iframe>
|
||||
<iframe id="test1" src="http://127.0.0.1:840011/index.html?ip=10.22.20.41" width="40%" height="100%">
|
||||
|
||||
</iframe>
|
||||
</div>
|
||||
<script src="../jquery-1.7.1.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
408
public/NJZZMonitoringDemo/demo.css
Normal file
408
public/NJZZMonitoringDemo/demo.css
Normal file
@@ -0,0 +1,408 @@
|
||||
@charset "utf-8";
|
||||
*
|
||||
{
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
html
|
||||
{
|
||||
width:100%;
|
||||
height:100%;
|
||||
font-size:12px;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
-webkit-text-size-adjust:none;
|
||||
background:#FFFFFF;
|
||||
}
|
||||
body
|
||||
{
|
||||
padding:5px;
|
||||
}
|
||||
select
|
||||
{
|
||||
height:20px;
|
||||
line-height:20px;
|
||||
}
|
||||
.left
|
||||
{
|
||||
float:left;
|
||||
}
|
||||
.freeze
|
||||
{
|
||||
position:absolute;
|
||||
text-align:center;
|
||||
background:#343434;
|
||||
color:#FFFFFF;
|
||||
font-size:26px;
|
||||
font-weight:bold;
|
||||
filter:alpha(opacity=60);
|
||||
opacity:0.6;
|
||||
}
|
||||
.vtop
|
||||
{
|
||||
vertical-align:middle;
|
||||
margin-top:-1px;
|
||||
}
|
||||
/*插件*/
|
||||
.plugin
|
||||
{
|
||||
/* width:100%;
|
||||
height:100%; */
|
||||
/* position: fixed;
|
||||
left: 1390px;
|
||||
top: 1680px; */
|
||||
width:240px;
|
||||
height:140px;
|
||||
}
|
||||
fieldset
|
||||
{
|
||||
display:block;
|
||||
}
|
||||
/*本地配置*/
|
||||
.localconfig
|
||||
{
|
||||
width:480px;
|
||||
padding:10px;
|
||||
border:1px solid #7F9DB9;
|
||||
}
|
||||
.localconfig .tt
|
||||
{
|
||||
width:125px;
|
||||
}
|
||||
.localconfig .txt
|
||||
{
|
||||
width:280px;
|
||||
}
|
||||
.localconfig .txt2
|
||||
{
|
||||
width:300px;
|
||||
}
|
||||
.localconfig .btn
|
||||
{
|
||||
width:60px;
|
||||
height:22px;
|
||||
line-height:18px;
|
||||
}
|
||||
.localconfig .sel
|
||||
{
|
||||
width:120px;
|
||||
}
|
||||
/*登录*/
|
||||
.login
|
||||
{
|
||||
width:480px;
|
||||
padding:10px;
|
||||
border:1px solid #7F9DB9;
|
||||
}
|
||||
.login .tt
|
||||
{
|
||||
width:100px;
|
||||
}
|
||||
.login .txt
|
||||
{
|
||||
width:130px;
|
||||
}
|
||||
.login .btn
|
||||
{
|
||||
width:45px;
|
||||
height:22px;
|
||||
line-height:18px;
|
||||
}
|
||||
.login .btn2
|
||||
{
|
||||
width:100px;
|
||||
height:22px;
|
||||
line-height:18px;
|
||||
}
|
||||
.login .sel
|
||||
{
|
||||
width:130px;
|
||||
}
|
||||
.login .sel2
|
||||
{
|
||||
width:65px;
|
||||
}
|
||||
/*数字通道*/
|
||||
.ipchannel
|
||||
{
|
||||
width:480px;
|
||||
padding:10px;
|
||||
border:1px solid #7F9DB9;
|
||||
}
|
||||
.ipchannel .btn
|
||||
{
|
||||
width:130px;
|
||||
height:22px;
|
||||
line-height:18px;
|
||||
}
|
||||
.ipchannel .digitaltdiv
|
||||
{
|
||||
height:100px;
|
||||
overflow:hidden;
|
||||
overflow-y:auto;
|
||||
border:1px solid #7F9DB9;
|
||||
font-size:11px;
|
||||
}
|
||||
.ipchannel .digitalchannellist th, .ipchannel .digitalchannellist td
|
||||
{
|
||||
padding:2px;
|
||||
border:1px solid #7F9DB9;
|
||||
border-collapse:collapse;
|
||||
white-space:nowrap;
|
||||
}
|
||||
/*预览*/
|
||||
.preview
|
||||
{
|
||||
width:450px;
|
||||
padding:10px;
|
||||
padding-top:0;
|
||||
margin-left:10px;
|
||||
border:1px solid #7F9DB9;
|
||||
}
|
||||
.preview .tt
|
||||
{
|
||||
width:60px;
|
||||
}
|
||||
.preview .txt
|
||||
{
|
||||
width:30px;
|
||||
}
|
||||
.preview .btn
|
||||
{
|
||||
width:70px;
|
||||
height:22px;
|
||||
line-height:18px;
|
||||
}
|
||||
.preview .btn2
|
||||
{
|
||||
width:90px;
|
||||
height:22px;
|
||||
line-height:18px;
|
||||
}
|
||||
.preview .sel
|
||||
{
|
||||
width:105px;
|
||||
}
|
||||
/*云台*/
|
||||
.ptz
|
||||
{
|
||||
width:450px;
|
||||
padding:10px;
|
||||
margin-left:10px;
|
||||
border:1px solid #7F9DB9;
|
||||
}
|
||||
.ptz .tt
|
||||
{
|
||||
width:60px;
|
||||
}
|
||||
.ptz .txt
|
||||
{
|
||||
width:60px;
|
||||
}
|
||||
.ptz .btn
|
||||
{
|
||||
width:45px;
|
||||
height:22px;
|
||||
line-height:18px;
|
||||
}
|
||||
.ptz .btn2
|
||||
{
|
||||
width:60px;
|
||||
height:22px;
|
||||
line-height:18px;
|
||||
}
|
||||
.ptz .sel
|
||||
{
|
||||
width:65px;
|
||||
}
|
||||
/*视频参数*/
|
||||
.videoparam
|
||||
{
|
||||
width:450px;
|
||||
padding:10px;
|
||||
margin-left:10px;
|
||||
border:1px solid #7F9DB9;
|
||||
}
|
||||
.videoparam .tt
|
||||
{
|
||||
width:60px;
|
||||
}
|
||||
.videoparam .txt
|
||||
{
|
||||
width:60px;
|
||||
}
|
||||
.videoparam .btn
|
||||
{
|
||||
width:45px;
|
||||
height:22px;
|
||||
line-height:18px;
|
||||
}
|
||||
.videoparam .sel
|
||||
{
|
||||
width:65px;
|
||||
}
|
||||
/*回放*/
|
||||
.playback
|
||||
{
|
||||
width:450px;
|
||||
padding:10px;
|
||||
margin-left:10px;
|
||||
border:1px solid #7F9DB9;
|
||||
}
|
||||
.playback .tt
|
||||
{
|
||||
width:60px;
|
||||
}
|
||||
.playback .txt
|
||||
{
|
||||
width:140px;
|
||||
}
|
||||
.playback .btn
|
||||
{
|
||||
min-width:45px;
|
||||
height:22px;
|
||||
line-height:18px;
|
||||
}
|
||||
.playback .btn2
|
||||
{
|
||||
width:70px;
|
||||
height:22px;
|
||||
line-height:18px;
|
||||
}
|
||||
.playback .sel
|
||||
{
|
||||
width:142px;
|
||||
}
|
||||
.playback .searchdiv
|
||||
{
|
||||
height:100px;
|
||||
overflow:hidden;
|
||||
overflow-y:auto;
|
||||
border:1px solid #7F9DB9;
|
||||
font-size:11px;
|
||||
}
|
||||
.playback .searchlist th, .playback .searchlist td
|
||||
{
|
||||
padding:2px;
|
||||
border:1px solid #7F9DB9;
|
||||
border-collapse:collapse;
|
||||
white-space:nowrap;
|
||||
}
|
||||
/*系统维护*/
|
||||
.maintain
|
||||
{
|
||||
width:450px;
|
||||
padding:10px;
|
||||
margin-left:10px;
|
||||
border:1px solid #7F9DB9;
|
||||
}
|
||||
.maintain .tt
|
||||
{
|
||||
width:60px;
|
||||
}
|
||||
.maintain .txt
|
||||
{
|
||||
width:280px;
|
||||
}
|
||||
.maintain .btn
|
||||
{
|
||||
width:45px;
|
||||
height:22px;
|
||||
line-height:18px;
|
||||
}
|
||||
.maintain .btn2
|
||||
{
|
||||
width:100px;
|
||||
height:22px;
|
||||
line-height:18px;
|
||||
}
|
||||
.maintain .sel
|
||||
{
|
||||
width:65px;
|
||||
}
|
||||
/*操作信息*/
|
||||
.operate
|
||||
{
|
||||
width:450px;
|
||||
padding:10px;
|
||||
margin-left:10px;
|
||||
border:1px solid #7F9DB9;
|
||||
}
|
||||
.operate .opinfo
|
||||
{
|
||||
height:150px;
|
||||
border:1px solid #7F9DB9;
|
||||
overflow:auto;
|
||||
}
|
||||
/*事件回调*/
|
||||
.callback
|
||||
{
|
||||
width:450px;
|
||||
padding:10px;
|
||||
margin-left:10px;
|
||||
border:1px solid #7F9DB9;
|
||||
}
|
||||
.callback .cbinfo
|
||||
{
|
||||
height:114px;
|
||||
border:1px solid #7F9DB9;
|
||||
overflow:auto;
|
||||
}
|
||||
/*IP解析*/
|
||||
.ipparse
|
||||
{
|
||||
width:450px;
|
||||
padding:10px;
|
||||
margin-left:10px;
|
||||
border:1px solid #7F9DB9;
|
||||
}
|
||||
.ipparse .tt
|
||||
{
|
||||
width:85px;
|
||||
}
|
||||
.ipparse .txt
|
||||
{
|
||||
width:130px;
|
||||
}
|
||||
.ipparse .btn
|
||||
{
|
||||
width:90px;
|
||||
height:22px;
|
||||
line-height:18px;
|
||||
}
|
||||
.ipparse .sel
|
||||
{
|
||||
width:130px;
|
||||
}
|
||||
/*绘图*/
|
||||
.draw
|
||||
{
|
||||
width:450px;
|
||||
padding:10px;
|
||||
padding-top:0;
|
||||
margin-left:10px;
|
||||
border:1px solid #7F9DB9;
|
||||
}
|
||||
.draw .tt
|
||||
{
|
||||
width:60px;
|
||||
}
|
||||
.draw .txt
|
||||
{
|
||||
width:140px;
|
||||
}
|
||||
.draw .btn
|
||||
{
|
||||
width:70px;
|
||||
height:22px;
|
||||
line-height:18px;
|
||||
}
|
||||
.draw .btn2
|
||||
{
|
||||
width:100px;
|
||||
height:22px;
|
||||
line-height:18px;
|
||||
}
|
||||
.draw .sel
|
||||
{
|
||||
width:105px;
|
||||
}
|
||||
2080
public/NJZZMonitoringDemo/demo.js
Normal file
2080
public/NJZZMonitoringDemo/demo.js
Normal file
File diff suppressed because it is too large
Load Diff
462
public/NJZZMonitoringDemo/index.html
Normal file
462
public/NJZZMonitoringDemo/index.html
Normal file
@@ -0,0 +1,462 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<script>
|
||||
document.write("<link type='text/css' href='./demo.css?version=" + new Date().getTime() + "' rel='stylesheet' />");
|
||||
</script>
|
||||
</head>
|
||||
<body style="
|
||||
width: 2000px;
|
||||
height: 2000px;
|
||||
">
|
||||
<div class="left">
|
||||
<!-- <div id="divPlugin" class="plugin"></div> -->
|
||||
|
||||
<fieldset class="login">
|
||||
<legend>登录</legend>
|
||||
<table cellpadding="0" cellspacing="3" border="0">
|
||||
<tr>
|
||||
<td class="tt">IP地址</td>
|
||||
<td><input id="loginip" type="text" class="txt" value="10.28.17.12" /></td>
|
||||
<!-- <td><input id="loginip" type="text" class="txt" value="10.41.203.83" /></td> -->
|
||||
<td class="tt">端口号</td>
|
||||
<td><input id="port" type="text" class="txt" value="80" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">用户名</td>
|
||||
<td><input id="username" type="text" class="txt" value="admin" /></td>
|
||||
<td class="tt">密码</td>
|
||||
<td><input id="password" type="password" class="txt" value="abcd1234" /></td>
|
||||
<!-- <td><input id="password" type="password" class="txt" value="abcd1234" /></td> -->
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">设备端口</td>
|
||||
<td colspan="2"><input id="deviceport" type="text" class="txt" />(可选参数)</td>
|
||||
<td>
|
||||
窗口分割数
|
||||
<select class="sel2" onchange="changeWndNum(this.value);">
|
||||
<option value="1" selected>1x1</option>
|
||||
<option value="2">2x2</option>
|
||||
<option value="3">3x3</option>
|
||||
<option value="4">4x4</option>
|
||||
<option value="1*2">1x2</option>
|
||||
<option value="2*1">2x1</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">RTSP端口</td>
|
||||
<td colspan="3"><input id="rtspport" type="text" class="txt" />(可选参数)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<input type="button" class="btn" value="登录" onclick="clickLogin();" />
|
||||
<input type="button" class="btn" value="退出" onclick="clickLogout();" />
|
||||
<input type="button" class="btn2" value="获取基本信息" onclick="clickGetDeviceInfo();" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">已登录设备</td>
|
||||
<td>
|
||||
<select id="ip" class="sel" onchange="getChannelInfo();getDevicePort();"></select>
|
||||
</td>
|
||||
<td class="tt">通道列表</td>
|
||||
<td>
|
||||
<select id="channels" class="sel"></select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="button" class="btn2" value="开始预览" onclick="clickStartRealPlay();" />
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" class="btn2" value="停止预览" onclick="clickStopRealPlay();" />
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" class="btn2" value="设置文本叠加" onclick="setTextOverlay();" />
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" class="btn2" value="销毁插件" onclick="destroyPlugin();" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="button" class="btn2" value="隐藏插件" onclick="hidPlugin();" /></td>
|
||||
<td>
|
||||
<input type="button" class="btn2" value="展示插件" onclick="showPlugin();" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<fieldset class="ipchannel">
|
||||
<legend>数字通道</legend>
|
||||
<table width="100%" cellpadding="0" cellspacing="3" border="0">
|
||||
<tr>
|
||||
<td><input type="button" class="btn" value="获取数字通道列表" onclick="clickGetDigitalChannelInfo();" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div class="digitaltdiv">
|
||||
<table id="digitalchannellist" class="digitalchannellist" cellpadding="0" cellspacing="0" border="0"></table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<fieldset class="localconfig">
|
||||
<legend>本地配置</legend>
|
||||
<table cellpadding="0" cellspacing="3" border="0">
|
||||
<tr>
|
||||
<td class="tt">播放性能</td>
|
||||
<td>
|
||||
<select id="netsPreach" name="netsPreach" class="sel">
|
||||
<option value="0">最短延时</option>
|
||||
<option value="1">实时性好</option>
|
||||
<option value="2">均衡</option>
|
||||
<option value="3">流畅性好</option>
|
||||
</select>
|
||||
</td>
|
||||
<td class="tt">图像尺寸</td>
|
||||
<td>
|
||||
<select id="wndSize" name="wndSize" class="sel">
|
||||
<option value="0">充满</option>
|
||||
<option value="1">4:3</option>
|
||||
<option value="2">16:9</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">规则信息</td>
|
||||
<td>
|
||||
<select id="rulesInfo" name="rulesInfo" class="sel">
|
||||
<option value="1">启用</option>
|
||||
<option value="0">禁用</option>
|
||||
</select>
|
||||
</td>
|
||||
<td class="tt">抓图文件格式</td>
|
||||
<td>
|
||||
<select id="captureFileFormat" name="captureFileFormat" class="sel">
|
||||
<option value="0">JPEG</option>
|
||||
<option value="1">BMP</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">录像文件打包大小</td>
|
||||
<td>
|
||||
<select id="packSize" name="packSize" class="sel">
|
||||
<option value="0">256M</option>
|
||||
<option value="1">512M</option>
|
||||
<option value="2">1G</option>
|
||||
</select>
|
||||
</td>
|
||||
<td class="tt">协议类型</td>
|
||||
<td>
|
||||
<select id="protocolType" name="protocolType" class="sel">
|
||||
<option value="0">TCP</option>
|
||||
<option value="2">UDP</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">码流秘钥</td>
|
||||
<td colspan="3">
|
||||
<input id="secretKey" type="password" class="txt"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">录像文件保存路径</td>
|
||||
<td colspan="3"><input id="recordPath" type="text" class="txt" /> <input type="button" class="btn" value="浏览" onclick="clickOpenFileDlg('recordPath', 0);" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">回放下载保存路径</td>
|
||||
<td colspan="3"><input id="downloadPath" type="text" class="txt" /> <input type="button" class="btn" value="浏览" onclick="clickOpenFileDlg('downloadPath', 0);" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">预览抓图保存路径</td>
|
||||
<td colspan="3"><input id="previewPicPath" type="text" class="txt" /> <input type="button" class="btn" value="浏览" onclick="clickOpenFileDlg('previewPicPath', 0);" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">回放抓图保存路径</td>
|
||||
<td colspan="3"><input id="playbackPicPath" type="text" class="txt" /> <input type="button" class="btn" value="浏览" onclick="clickOpenFileDlg('playbackPicPath', 0);" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">回放剪辑保存路径</td>
|
||||
<td colspan="3"><input id="playbackFilePath" type="text" class="txt" /> <input type="button" class="btn" value="浏览" onclick="clickOpenFileDlg('playbackFilePath', 0);" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4"><input type="button" class="btn" value="获取" onclick="clickGetLocalCfg();" /> <input type="button" class="btn" value="设置" onclick="clickSetLocalCfg();" /> 修改参数后,需要刷新界面后生效。</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="left">
|
||||
<fieldset class="preview">
|
||||
<legend>预览</legend>
|
||||
<table cellpadding="0" cellspacing="3" border="0">
|
||||
<tr>
|
||||
<td class="tt">码流类型</td>
|
||||
<td>
|
||||
<select id="streamtype" class="sel">
|
||||
<option value="1">主码流</option>
|
||||
<option value="2">子码流</option>
|
||||
<option value="3">第三码流</option>
|
||||
<option value="4">转码码流</option>
|
||||
</select>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">音量</td>
|
||||
<td>
|
||||
<input type="text" id="volume" class="txt" value="50" maxlength="3" /> <input type="button" class="btn" value="设置" onclick="clickSetVolume();" />(范围:0~100)
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" class="btn" value="打开声音" onclick="clickOpenSound();" />
|
||||
<input type="button" class="btn" value="关闭声音" onclick="clickCloseSound();" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">对讲通道</td>
|
||||
<td>
|
||||
<select id="audiochannels" class="sel">
|
||||
|
||||
</select>
|
||||
<input type="button" class="btn" value="获取通道" onclick="clickGetAudioInfo();" />
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" class="btn" value="开始对讲" onclick="clickStartVoiceTalk();" />
|
||||
<input type="button" class="btn" value="停止对讲" onclick="clickStopVoiceTalk();" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<input type="button" class="btn" value="抓图" onclick="clickCapturePic('preview');" />
|
||||
<input type="button" class="btn" value="抓图上传" onclick="clickCapturePicData();" />
|
||||
<input type="button" class="btn" value="开始录像" onclick="clickStartRecord('realplay');" />
|
||||
<input type="button" class="btn" value="停止录像" onclick="clickStopRecord('realplay');" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<input type="button" class="btn2" value="启用电子放大" onclick="clickEnableEZoom();" />
|
||||
<input type="button" class="btn2" value="禁用电子放大" onclick="clickDisableEZoom();" />
|
||||
<input type="button" class="btn2" value="启用3D放大" onclick="clickEnable3DZoom();" />
|
||||
<input type="button" class="btn2" value="禁用3D放大" onclick="clickDisable3DZoom();" />
|
||||
<input id="fullbtn" type="button" class="btn" value="全屏" onclick="clickFullScreen();" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<fieldset class="draw">
|
||||
<legend>绘图</legend>
|
||||
<table cellpadding="0" cellspacing="3" border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<input type="button" class="btn" value="启用绘制" onclick="clickEnableDraw();" />
|
||||
<input type="button" class="btn" value="禁用绘制" onclick="clickDisableDraw();" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
图形ID:<input id="snapId" type="text" class="txt" />
|
||||
名称:<input id="snapName" type="text" class="txt" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="button" class="btn" value="添加图形" onclick="clickAddSnapPolygon()" />
|
||||
<input type="button" class="btn" value="删除图形" onclick="clickDelSnapPolygon()" />
|
||||
<input type="button" class="btn" value="获取图形" onclick="clickGetSnapPolygon()" />
|
||||
<input type="button" class="btn" value="设置图形" onclick="clickSetSnapPolygon()" />
|
||||
<input type="button" class="btn" value="清空图形" onclick="clickDelAllSnapPolygon()" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<fieldset class="ptz">
|
||||
<legend>云台控制</legend>
|
||||
<table cellpadding="0" cellspacing="3" border="0" class="left">
|
||||
<tr>
|
||||
<td>
|
||||
<input type="button" class="btn" value="左上" onmousedown="mouseDownPTZControl(5);" onmouseup="mouseUpPTZControl();" />
|
||||
<input type="button" class="btn" value="上" onmousedown="mouseDownPTZControl(1);" onmouseup="mouseUpPTZControl();" />
|
||||
<input type="button" class="btn" value="右上" onmousedown="mouseDownPTZControl(7);" onmouseup="mouseUpPTZControl();" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="button" class="btn" value="左" onmousedown="mouseDownPTZControl(3);" onmouseup="mouseUpPTZControl();" />
|
||||
<input type="button" class="btn" value="自动" onclick="mouseDownPTZControl(9);" />
|
||||
<input type="button" class="btn" value="右" onmousedown="mouseDownPTZControl(4);" onmouseup="mouseUpPTZControl();" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="button" class="btn" value="左下" onmousedown="mouseDownPTZControl(6);" onmouseup="mouseUpPTZControl();" />
|
||||
<input type="button" class="btn" value="下" onmousedown="mouseDownPTZControl(2);" onmouseup="mouseUpPTZControl();" />
|
||||
<input type="button" class="btn" value="右下" onmousedown="mouseDownPTZControl(8);" onmouseup="mouseUpPTZControl();" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellpadding="0" cellspacing="3" border="0" class="left">
|
||||
<tr>
|
||||
<td class="tt">云台速度</td>
|
||||
<td>
|
||||
<select id="ptzspeed" class="sel">
|
||||
<option value="1">1</option>
|
||||
<option value="2">2</option>
|
||||
<option value="3">3</option>
|
||||
<option value="4" selected>4</option>
|
||||
<option value="5">5</option>
|
||||
<option value="6">6</option>
|
||||
<option value="7">7</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">预置点号</td>
|
||||
<td><input id="preset" type="text" class="txt" value="1" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<input type="button" class="btn" value="设置" onclick="clickSetPreset();" />
|
||||
<input type="button" class="btn" value="调用" onclick="clickGoPreset();" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellpadding="0" cellspacing="3" border="0" class="left">
|
||||
<tr>
|
||||
<td class="tt"><input type="button" class="btn2" value="变倍+" onmousedown="PTZZoomIn()" onmouseup="PTZZoomStop()"></td>
|
||||
<td><input type="button" class="btn2" value="变倍-" onmousedown="PTZZoomout()" onmouseup="PTZZoomStop()"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt"><input type="button" class="btn2" value="变焦+" onmousedown="PTZFocusIn()" onmouseup="PTZFoucusStop()"></td>
|
||||
<td><input type="button" class="btn2" value="变焦-" onmousedown="PTZFoucusOut()" onmouseup="PTZFoucusStop()"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt"><input type="button" class="btn2" value="光圈+" onmousedown="PTZIrisIn()" onmouseup="PTZIrisStop()"></td>
|
||||
<td><input type="button" class="btn2" value="光圈-" onmousedown="PTZIrisOut()" onmouseup="PTZIrisStop()"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<fieldset class="playback">
|
||||
<legend>回放</legend>
|
||||
<table width="100%" cellpadding="0" cellspacing="3" border="0">
|
||||
<tr>
|
||||
<td class="tt">码流类型</td>
|
||||
<td>
|
||||
<select id="record_streamtype" class="sel">
|
||||
<option value="1">主码流</option>
|
||||
<option value="2">子码流</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">开始时间</td>
|
||||
<td>
|
||||
<input id="starttime" type="text" class="txt" value="2013-12-10 00:00:00" />(时间格式:2013-11-11 12:34:56)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">结束时间</td>
|
||||
<td>
|
||||
<input id="endtime" type="text" class="txt" value="2013-12-11 23:59:59" />
|
||||
<input type="button" class="btn" value="搜索" onclick="clickRecordSearch(0);" />
|
||||
<input type="button" class="btn" value="停止下载" onclick="clickStopDownload();" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">按时间下载开始时间</td>
|
||||
<td>
|
||||
<input id="downloadstarttime" type="text" class="txt" value="2013-12-10 00:00:00" />(时间格式:2013-11-11 12:34:56)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tt">按时间下载结束时间</td>
|
||||
<td>
|
||||
<input id="downloadendtime" type="text" class="txt" value="2013-12-11 23:59:59" />
|
||||
<input type="button" class="btn" value="下载" onclick="clickStartDownloadRecordByTime();" />(相机不支持)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<div id="searchdiv" class="searchdiv">
|
||||
<table id="searchlist" class="searchlist" cellpadding="0" cellspacing="0" border="0"></table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<input type="button" class="btn2" value="开始回放" onclick="clickStartPlayback();" />
|
||||
<input type="button" class="btn2" value="停止回放" onclick="clickStopPlayback();" />
|
||||
<input id="btnReverse" type="button" class="btn" value="倒放" onclick="clickReversePlayback();" />
|
||||
<input type="button" class="btn" value="单帧" onclick="clickFrame();" />
|
||||
<input id="transstream" type="checkbox" class="vtop" /> 启用转码码流
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<input type="button" class="btn" value="暂停" onclick="clickPause();" />
|
||||
<input type="button" class="btn" value="恢复" onclick="clickResume();" />
|
||||
<input type="button" class="btn" value="慢放" onclick="clickPlaySlow();" />
|
||||
<input type="button" class="btn" value="快放" onclick="clickPlayFast();" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<input type="button" class="btn" value="抓图" onclick="clickCapturePic('playback');" />
|
||||
<input type="button" class="btn2" value="开始剪辑" onclick="clickStartRecord('playback');" />
|
||||
<input type="button" class="btn2" value="停止剪辑" onclick="clickStopRecord('playback');" />
|
||||
<input type="button" class="btn2" value="OSD时间" onclick="clickGetOSDTime();" /> <input id="osdtime" type="text" class="txt" readonly />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<fieldset class="maintain">
|
||||
<legend>系统维护</legend>
|
||||
<table width="100%" cellpadding="0" cellspacing="3" border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<input id="edfpassword" type="password">
|
||||
<input type="button" class="btn2" value="导出配置文件" onclick="clickExportDeviceConfig();" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="button" id="checkVersion" class="btn2" value="检查插件版本" onclick="clickCheckPluginVersion();" />
|
||||
<input type="button" class="btn2" value="恢复默认参数" onclick="clickRestoreDefault();" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input id="configFile" type="text" class="txt" /> <input type="button" class="btn" value="浏览" onclick="clickOpenFileDlg('configFile', 1);" /> <input type="button" class="btn2" value="导入配置文件" onclick="clickImportDeviceConfig();" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input id="upgradeFile" type="text" class="txt" /> <input type="button" class="btn" value="浏览" onclick="clickOpenFileDlg('upgradeFile', 1);" /> <input type="button" class="btn2" value="升级" onclick="clickStartUpgrade();" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="left">
|
||||
<fieldset class="operate">
|
||||
<legend>操作信息</legend>
|
||||
<div id="opinfo" class="opinfo"></div>
|
||||
</fieldset>
|
||||
<fieldset class="callback">
|
||||
<legend>事件回调信息</legend>
|
||||
<div id="cbinfo" class="cbinfo"></div>
|
||||
</fieldset>
|
||||
</div>
|
||||
</body>
|
||||
<script src="./jquery-1.7.1.min.js"></script>
|
||||
<script id="videonode" src="./webVideoCtrl.js"></script>
|
||||
<script src="demo.js"></script>
|
||||
</html>
|
||||
4
public/NJZZMonitoringDemo/jquery-1.7.1.min.js
vendored
Normal file
4
public/NJZZMonitoringDemo/jquery-1.7.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
37
public/NJZZMonitoringDemo/jsVideoPlugin-1.0.0.min.js
vendored
Normal file
37
public/NJZZMonitoringDemo/jsVideoPlugin-1.0.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
public/NJZZMonitoringDemo/webVideoCtrl.js
Normal file
1
public/NJZZMonitoringDemo/webVideoCtrl.js
Normal file
File diff suppressed because one or more lines are too long
16
public/config.js
Normal file
16
public/config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
window.dt_Config = {
|
||||
// serverAddress: 'http://127.0.0.1:10056/submit/MESCommonBase.ashx'
|
||||
serverAddress: 'http://124.220.15.242:9020/submit/MESCommonBase.ashx',
|
||||
// serverAddress: 'http://10.16.7.30:8010/submit/MESCommonBase.ashx',
|
||||
// serverAddress: 'http://10.16.7.30:8020/submit/MESCommonBase.ashx', // 假数据
|
||||
// scrDt: 'http://10.22.20.9:8970/#/',
|
||||
// src: 'http://localhost:8301',
|
||||
// src1: 'http://localhost:8302',
|
||||
// src2: 'http://localhost:8303'
|
||||
scrDt: 'http://10.22.20.9:80',
|
||||
src: '34',
|
||||
src1: '38',
|
||||
src2: '51',
|
||||
servicePlc_1_url: 'http://10.22.20.9:41186/api/PLC1'
|
||||
}
|
||||
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
33
public/index.html
Normal file
33
public/index.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0"> -->
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title>设备信息展示平台</title>
|
||||
<script type="text/javascript">
|
||||
document.write("<script src='./config.js?v=" + new Date().getTime() + "'><\/script>");
|
||||
</script>
|
||||
<script src="./NJZZMonitoringDemo/jquery-1.7.1.min.js"></script>
|
||||
<script id="videonode" src="./NJZZMonitoringDemo/webVideoCtrl.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but gaojingtv doesn't work properly without JavaScript enabled. Please enable it to
|
||||
continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<style slot-scope="true">
|
||||
body {
|
||||
/*background-color: #5B9BD5;*/
|
||||
/*background:rgba(0,0,0,0.2);*/
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user