This commit is contained in:
威勝 張 2024-02-03 14:49:29 +08:00
parent dd68a1cc08
commit ed051c1279

View File

@ -50,16 +50,6 @@
<!--彈跳視窗-->
<div>
<dialog id="webcam_view" style="width:80%;">
<div>
<button class="btn btn-danger" style="float:right" onclick="RTSP_Close();"> 關閉</button></br>
<img id="img_id" style="width:50%"/>
</div>
</dialog>
</div>
@ -171,6 +161,7 @@
img = document.getElementById("img_id")
img.src = img_base_64
if (stop == false){
setTimeout('CAM_RTSP_1()', 20);
}
}