- we just need hand tracking. The development and runtime platform it’s based on Windows, so on Windows we need to catch the data coming from the sensor mounted on the HMD and track the fingers position so to provide our application fingers position and gesture recognition.
- we need basically three kind of recognized gestures: touching an object (so just tracking the position to understand if you are crossing the object boundary), grab an object and activate a button (for doing some action). Being our users totally inexperienced nor interested in technology we need this in the most reliable way. So no tracking loss due to occlusion, no jitters, no wrongly bent fingers just since they are not well tracked, fast track recovery if the hands are out for sight, etc
- Windows PC (with attached via USB the tracking sensor, running our app), HMD (with attached the tracking sensor), probably a treadmill for locomotion sensing
What appear to me strange is searching on YT “Nuitrack hand tracking” your really didn’t find any example at all, so understood there is the capability but just wondering if anyone is using it.
Also discovered this thread
And if Nuitrack doesn’t provide any out of the box hand tracking but just access to the data needing an extensive custom developed post filtering this is really not for us. But maybe I misunderstood or this is not current status.