leap-motion Questions
3
Solved
I have two objects in my scene. I am using the
<script src="js/controls/LeapTrackballControls.js" ></script>
for moving the camera, so it feels like the objects is rotating accordi...
Drake asked 5/8, 2015 at 11:37
3
I want to check if a Hand in a Leap Motion Frame is currently a Fist.
The usually suggested method is to look for hand.grabStrength with a value of 1. The problem is that the value jumps to 1 even...
Faience asked 30/10, 2014 at 9:58
2
The Leap Motion API only supports four standard gestures: circle, swipe, key tap and screen tap. In my application I need other gestures, but I do not know how can I add them or if it is even possi...
Pouter asked 9/12, 2013 at 15:12
5
Solved
How can we access the point cloud in the Leap Motion API? One feature that led me to purchase it was the point cloud demo from their promo video, but I can't seem to locate documentation regarding ...
Firebrat asked 30/7, 2013 at 5:25
5
I'm trying to simply get the direction of a swipe gesture with the Leap Motion using the javascript API. My code is:
$(document).ready(function() {
controller = new Leap.Controller("ws://localhos...
Rapid asked 2/8, 2013 at 13:53
4
I am trying to make a gesture based PowerPoint slideshow. JavaScript would certainly not work here as I want my slideshow to work when that particular PowerPoint file (.ppt) is opened for windows.
...
Kaete asked 25/8, 2013 at 19:54
1
© 2022 - 2024 — McMap. All rights reserved.