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 Oct 10, 2023
1 parent ed99424 commit 4ceb29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hands_20220614/hands_esp32cam_stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ window.onload = function () {
var hands = document.getElementById("hands");
var result = document.getElementById("gamediv_hands");

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

Expand Down

0 comments on commit 4ceb29c

Please sign in to comment.