I have just got my hands on a leap motion sensor and am trying to test it for tracking of inanimate objects such as pencils and pens without hands being present but it doesn't seem like it recognizes any object while it is not held in hand. Has anyone tried to test this and is it possible to do so? I am trying to develop an application which would track the almost static objects to figure out the very small movements and the SDK doesnt provide any option to do so.

有帮助吗?

解决方案

The Frame object tools list gives you all the tools whether it is associated with a hand or not. I just tested it and the Leap detected tools properly even if no hand has in view.

If you are using the JavaScript API, which doesn't provide a separate tools list, use the Frame pointables list and check the tool property.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top