Skip to content

Commit

Permalink
Update hands_esp32cam_stream.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Sep 26, 2023
1 parent 5966147 commit e79dea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hands_20220614/hands_esp32cam_stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ window.onload = function () {
var result = document.getElementById("gamediv_hands");

ShowImage.src = document.location.origin+':81/?stream';
ShowImage.src = ShowImage.src.replace(":81:81",":81");
ShowImage.style.visibility = "visible";
setTimeout(function(){ShowImage.style.visibility = "hidden";start();},5000);

Expand Down

0 comments on commit e79dea0

Please sign in to comment.