test camera

This commit is contained in:
mphstar 2025-02-22 19:00:32 +07:00
parent dc7e39f6d3
commit 2766d52445
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ const Home = () => {
detectionHelper = new DetectionHelper();
setLoadCamera(true);
onHandDetected();
// onHandDetected();
} catch (error) {
console.error("Error accessing webcam:", error);
}