Spaces:
Paused
Paused
Commit
·
d96ce03
1
Parent(s):
73f9255
small fix
Browse files
client/src/hooks/useFaceLandmarkDetection.tsx
CHANGED
@@ -18,7 +18,7 @@ export function useFaceLandmarkDetection() {
|
|
18 |
// if we only send the face/square then we can use 138ms
|
19 |
// unfortunately it doesn't work well yet
|
20 |
// const throttleInMs = 138ms
|
21 |
-
const throttleInMs =
|
22 |
////////////////////////////////////////////////////////////////////////
|
23 |
|
24 |
// State for face detection
|
|
|
18 |
// if we only send the face/square then we can use 138ms
|
19 |
// unfortunately it doesn't work well yet
|
20 |
// const throttleInMs = 138ms
|
21 |
+
const throttleInMs = 200
|
22 |
////////////////////////////////////////////////////////////////////////
|
23 |
|
24 |
// State for face detection
|