fixed websocket image piepline

This commit is contained in:
2026-05-29 18:17:09 +02:00
parent 8180767db7
commit 1399454393
2 changed files with 24 additions and 17 deletions
+1
View File
@@ -85,6 +85,7 @@ function Object_Detection() {
};
socket.onmessage = (event) => {
console.log("message")
console.log(event.data);
};