Skip to content

Commit

Permalink
Update holistic_esp32cam_stream.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Oct 10, 2023
1 parent 6fb64fb commit 7c253c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holistic_20201012/holistic_esp32cam_stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ window.onload = function () {
var result_lefthand = document.getElementById("gamediv_lefthand_holistic");
var result_righthand = document.getElementById("gamediv_righthand_holistic");

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 7c253c4

Please sign in to comment.