Skip to content

Commit

Permalink
Update posenet_esp32cam_stream.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Oct 10, 2023
1 parent 9bea907 commit 81bebf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posenet_20201012/posenet_esp32cam_stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ window.onload = function () {
var modelnameTimer, sourceTimer;
var modelname = document.getElementById("modelname_posenet");

ShowImage.src = window.location.hostname+':81/?stream';
ShowImage.src = 'http://'+window.location.hostname+':81/?stream';
ShowImage.style.visibility = "visible";

setTimeout(function(){
Expand Down

0 comments on commit 81bebf7

Please sign in to comment.