Skip to content

Commit

Permalink
Update knn-classifier_esp32cam_stream.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Sep 26, 2023
1 parent 570acd9 commit 6aaf70f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions knn-classifier_20201012/knn-classifier_esp32cam_stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ window.onload = function () {
var mobilenetModule;

ShowImage.src = document.location.origin+':81/?stream';
ShowImage.src = ShowImage.src.replace(":81:81",":81");
ShowImage.style.visibility = "visible";

classifier = knnClassifier.create();
Expand Down

0 comments on commit 6aaf70f

Please sign in to comment.