This commit is contained in:
PotatoGamo
2025-10-05 04:31:47 -07:00
parent daafa61a7c
commit 07a63616a6
+1 -1
View File
@@ -14,8 +14,8 @@ function setup() {
audio: false, audio: false,
flipped: true, flipped: true,
}); });
handPose.detectStart(video, (results) => { hands = results; });
video.hide(); video.hide();
handPose.detectStart(video, (results) => { hands = results; });
} }