Hi guys,I am new to leap motion development. I bought two leap motion controllers, and I did download this LeapDeveloperKit
My question is how to import libraries of this software in my code, using python?Thank you
The Multileap experimental release is based on our Orion V4 SDK which uses our C-style LeapC API.
To use this SDK with Python you would need to implement a custom wrapper on top of the experimental installer; this would be a good start: https://github.com/leapmotion/LeapCxx.
We also have a guide here which will help you to generate a Python 3.3.0 wrapper using SWIG 2.0.9.