Put camera image invisible in face-tracking Three example #244
CODE22surv
started this conversation in
Ideas
Replies: 1 comment
-
I fixed this with simple CSS hack! video { display: none; } |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Amazing and fast working Library, thanks for that!
Can you help me with making the camera image invisible in face-tracking Three example?
https://hiukim.github.io/mind-ar-js-doc/face-tracking-samples/three-facemesh.html
Would be nice to have a function to hide the camera image and see only the 'mesh mask'.
Searched in the code but nothing there to manipulate the camera image, i believe that the camera image is placed thru the Library code. https://cdn.jsdelivr.net/npm/[email protected]/dist/mindar-face-three.prod.js
Thanks, kind regards.
Beta Was this translation helpful? Give feedback.
All reactions