Using Leap Motion with android?

android, leap-motion

Solution

Might be a bit of a late answer, but check out this link. It deals with connecting leapmotion and android throught a node.js server.

http://marctan.com/blog/2013/05/26/leap-motion-and-android-a-match-made-in-heaven/

Problem

Is there a way of using leap motion as an input to an android app? I know that the SDK currently only supports Windows and MAC, but is there a way (any open library/interface via Windows) to make the device talk to an android phone (could be rooted)? Any other depth sensing alternatives for hand gestures for android aside form Kinect?

Original source