Hi everyone!
I'm struggling with a problem which is that how could I get the confidence of leapmotion data. I know there is a confidence parameter in class Hand, but it only represents the confidence of gesture. What I want is a value that represents the 'healthy status' of current hand data, such as how much confidence does leapmotion has in the judgement of current hand's type, or whether current hand data is a good hand tracking or just a noise. I have tried using gesture confidence to represent them, but I found sometimes even if leapmotion recognized my left hand as right, the confidence value was remaining at 1. I find there is a class called FrameValidator, which seems a perfect solution for my problem, but I don't konw how to use it, and I can't find any comment or tutorial documents on Internet. So has anyone met this problem before? Or any good ideas?
Cheers