Hi guys,
I know you can't set different parameters when using javascript and leap.js. I have read the documentation but I haven't found the minimum swipe speed and length supported by the sensor when using js. Does anybody know?
I know Python has some default values:
Gesture.Swipe.MinLength float 150 mm
Gesture.Swipe.MinVelocity float 1000 mm/s
But are these the same minimum values for javascript? Because when I use this javascript gesture detection code I'm able to detect swipes at 120 mm and 250 mm/s... Does anybody know the minimum detectable length and speed values? It's clearly not 150 mm and 1000 mm/s for javascript.
Thanks!