I was wondering what the “click” and “pressure” properties of the Hand structure really correspond to.
I understood that “pressure” corresponds to the clenching of the hand but when I run test its value stays at 0. However the “click” property varies to 0 (false) when my hand is open and 1 (true) when my hand is closed (even though it is a bit glitchy).
How come the clicking value changes when the pressure value stays the same ?
Could it be coming from a bad setup or from a bad camera ?
Hi, I am experiencing exactly the same issue. click property changes when closing my hand, and if not 100% reliable. pressure is always 0. is there any way to get these to properties correctly? thanks!
Currently, for the click gesture only two positions are available: ‘open’ / ‘close’ (‘clenched’ / ‘not clenched’). Intermediate positions are not well defined. The click gesture works based on the resizing of the hand. You can watch a video demo of the “click” property here: https://drive.google.com/file/d/1FTUNhSXfNo2cOBIr5czIIWv5XqS9t00S/view?usp=sharing
Unfortunately, the “pressure” property does not work at the moment. We’re working on fixing this issue, however, the exact timing is yet unknown.