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 f4d57025a4 - Show all commits

View File

@@ -215,6 +215,7 @@
console.log("take picture");
var image = new Image();
image.src = document.getElementById("result-video").toDataURL();
image.width = 400;
document.getElementById("lastimg").innerHTML = "";
document.getElementById("lastimg").appendChild(image);
}