I came to say that this will probably make our fan constantly spin until I saw that this is already in the TODO list of the project.<p>Every client side feature such as background blur or face detection will make my (or every other person's I know) fans spin constantly so I will never use that feature.<p>I don't know if there's a potential software way to solve this problem or do we have to wait until everyone's using an m2 or i8 cpu?
How is this better than the already available HandPose <a href="https://github.com/tensorflow/tfjs-models/tree/master/handpose" rel="nofollow">https://github.com/tensorflow/tfjs-models/tree/master/handpo...</a> ?
WebXR is a JS API that, among other things, allows you to track hands using the device's capabilities. Handtrack.js is a good alternative for browsers that are not compatible with WebXR.
I used handtrack.js a few months ago to write an in browser theremin. It's not perfect but it allowed me to write the whole thing in about three hours and only kind of blew up my 2011 mbp.<p><a href="https://github.com/msmedes/theremin" rel="nofollow">https://github.com/msmedes/theremin</a>