unity-game-engineleap-motion

How to collect leap motion hand information and sent it to iPhone?


I am trying to develop a Unity project with leapmotion and iPhone, and Currently I have came up with a problem which is how to collect leap motion hand information. Like the location of the hands. There is a link on the YouTube showing that it is possible to implement leapmotion with iPhone.

Can anyone help with that.


Solution

  • The current solution I try to implement is I use C++ API to collect all the hand information and send it to iPhone through Bluetooth. It is also possible to communicate iPhone with WIFI. Hope that helps.

    Finally, I use C# socket communication to implement it. And I success. I post the solution in my blog. Hope can help. http://hanslen.me/blog/index.php/2017/01/06/leap-motion-brings-gesture-control-to-iphone/

    If you have any other questions, leave a comment in my blog.