Hi, I recently got my hands an a leap motion sensor and wanted to play a little bit with it's functionalities. For my experiments I want to use java for programming (because I'm used to it) but on the newest version of the SDK I can not find any java-library to interface my leap-device. I know there is the older 2.3.1 version, bute now there comes my problem:
- with the 2.3.1 version I can not get any connection to my device. The control panel says it should have connected:
[07:23:15] [Info] WebSocket server started
[07:23:17] [Info] Secure WebSocket server started
[07:24:06] [Info] Connected to Leap Service
But if I open the visualizer, there I can not see any data.
- I'f I'm installing the lates 4.0 version of the SDK everything seems to work normal (control panel says it's connected and the visualizer shows data)
I hope someone of you could help me with my problem (either get my device running with version 2.3.1 of the SDK or tell me if there is any java-wrapper for the LeapC-library.
Best regards,
Michael