Merge API branch into main #12

Merged
SemvdH merged 334 commits from api into main 2023-06-13 19:54:43 +00:00
Showing only changes of commit 98efc65b86 - Show all commits

View File

@@ -212,7 +212,7 @@
function take_picture() {
console.log("take picture");
var image = new Image();
image.src = d0cument.getElementById("result-video").toDataURL;
image.src = document.getElementById("result-video").toDataURL;
document.getElementById("picture").innerHTML = "";
document.getElementById("picture").appendChild(image);
}