I want GameWave & Touchless working on windows 10.
To be clear Orion SDK(3.2.1) w/leapmotion works inside GameWave & Touchless when the menu's for each app are focused, it doesn't when they lose focus. I would like them to work all the time like a standard HID compliant controller.
Is there a library for HID compliant input like joysticks have? I know Logitech needs their program running in the system tray, so I imagine leapmotion needs to filter joystick commands before it hits the OS layer? This is a problem that 3dRudder had to tackle too & they have something like 300+ modern games working - so I don't expect it to be completely easy
If not what is the difficulty in it or the business logic for not having it?
From 20+ threads on here, the quick fix is to install V2 (2.3.1) which will run in the background & gives some extras like swipe gesture etc.
I got Orion working while in the GameWave demo & feedback etc is fine. The game doesn't run in the background though. Nor does the toucheless demo work when the focus is lost on it's menu.
I installed V2 (2.3.1
) over the Orion SDK (3.2.1
). I also tried a clean install after stopping the services.msc
's leapmotion service. I checked it against the LeapSvc.exe --run
which says it's hanging out doing its thing.
I get something similar to [Info] WebSocket server started
but no connection method with V2 ... but I'm not sure my Orion gave me that input either.
The taskbar tray shows the leap icon is black, not the green it was under Orion.
The taskbar icon for leap motion when right clicked shows that tracking is paused
or some such
Windows 10's pretty connected devices shows the Leap Motion controller (not sure if that's just the software installed or hardware is functioning on USB). I didn't check the Control panels raw USB port list yet (that's next when I go home).
After several hours of messing around & watching movies, I gave up - reinstalled Orion & Orion works while focused, but the GameWave & Touchless don't function when not focused.
A clean install of the everything nets the same results & installing Orion over the V2 is just fine, but no background process
How indepth of a fix would this be?
The only quick fix I can think of would be to get the motion control like a joystick input & feed it into joyToKey or similar generic system.