I am currently researching a front end live camera based facial detection solution. So far I have found 3 libraries that suit my needs
1.https://github.com/auduno/clmtrackr
2.https://www.beyond-reality-face.com/overview
All 3 look like possible solutions but tracking.js and clmtrackr seem to slow down significantly at larger player sizes (I'd love as close to a full screen application as possible, even if it means I need to hard code in the screen size). Beyond reality face is great but unfortunately the price tag that is associated is a bit beyond my resources. Has anyone had an experience with full screen face tracking in JS? I'm curious if what I'm looking for isn't possible with the open source solutions out there (not necessarily feature detection).
Thanks!