code implementations research for body tracking
best body tracking available now is with azure kinect
https://www.youtube.com/watch?v=M1lDMOjQF5Y
really good depth sensor + ML, so it's very robust
implementations:
- openframeworks - https://github.com/prisonerjohn/ofxAzureKinect
good, had to fix bugs on the open source library
good, but has latency
good but hard to work with
- touch designer
tested, works super well, no latency and lots of configurations, limitation of TD license and python coding is shitty.
guess we will go with openframeworks
--
notes:
eye tracking example done for another project using javascript and only RGB images.
(slow and innacurate). open cv is better.