Guirec Corbel
Guirec Corbel
Any updates on this issue? I have the same error.
I think it can be usefull to do debugging. Can you try to clone the projet on your local machine and add a trace after [this line](https://github.com/archetipo/leapmouse/blob/master/Leapmouse.cpp#L71). Just do something...
I suggest you to try [PyLeapMouse](https://github.com/openleap/PyLeapMouse). (I contributed to this project too)
Don't worry, I'm not a C++ developer and I will contribute too. If @archetipo is agree, I propose to follow [this conventions](http://geosoft.no/development/cppstyle.html).
The best way I know is to do a [pull request](https://www.openshift.com/wiki/github-workflow-for-submitting-pull-requests). - On github, click on the "fork" button (at the top right). It will create your own repository for...
You can contact us on gmail. Our addresses are [here](https://github.com/archetipo/leapmouse/blob/master/AUTHORS).
If I understand as well, fann enable to be more precise and to have a better recognition of gestures, right? I'm intersted to contribute to this project. I'm not a...
So, Leap with fann will be able to have other gestures, like exclamation mark for example. That's it? Do you plan to do it in another project? It can be...
What you think about using this : https://github.com/SavinaRoja/PyUserInput. The advantages I see are : - It's cross plateform; - It's more modern language; - It's easier; There is a SDK...
Hi, (I forgot to click on "Comment" to send a message this morning). I did the same project with py : https://github.com/GCorbel/PyLeapMouse. It detect motions and execute commands in the...