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 4684b7adb2 - Show all commits

View File

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