OSVR-Leap-Motion icon indicating copy to clipboard operation
OSVR-Leap-Motion copied to clipboard

OSVR Leap Motion plugin

Results 10 OSVR-Leap-Motion issues
Sort by recently updated
recently updated
newest added

Release build crashes when server starts up with the following stack trace: ![image](https://user-images.githubusercontent.com/10972018/26999127-5b690306-4d60-11e7-8756-8c2036748ae1.png)

Hi, I just installed the latest ORION drivers but it's not so smooth as needed and wished. Can you please tell me how to install this plugin on osvr? I...

This may be due to a breaking change to the imaging API in PluginKit made a while ago, or just a long-standing bug. The current imaging interface code causes a...

bug

Hi, are there any getting started information for the leap motion plugin available? I have some troubles getting the plugin to work. Especially an example osvr_server_config.json would be nice. In...

I found that sometimes it takes a little while for Leap Motion controller to respond that device is connected. The plugin only checks once during HardwareDetection, which is usually too...

Added Unity project that provides an example of Leap rigged hands driven by data from the OSVR Leap server plugin. ### Requirements - Use OSVR-Core-Snapshot-v0.2-705-g533991b-build147-vs12-32bit - Use OSVR-Unity-v0.2-54-ge98758a-with-core-v0.2-705-g533991b-build179 - The...

I suppose it's not strictly forbidden, but it's not how the API was designed: https://github.com/OSVR/OSVR-Leap-Motion/blob/master/com_osvr_LeapMotion.cpp#L6 You're creating a device object unconditionally, passing it as the hardware detect callback functor, then...

bug

The analog values being sent through OSVR to Unity are incorrect. The behavior that I see is that all analog channels report the same value. My test Unity client [obtains...

external dependency

The plugin currently sends a pose (position + rotation) for elbow, wrist, palm, and all finger bones. See [`Tracker.cpp`](https://github.com/OSVR/OSVR-Leap-Motion/blob/master/Tracker.cpp) and the [device descriptor](https://github.com/OSVR/OSVR-Leap-Motion/blob/master/com_osvr_LeapMotion.json) for full details. Let's use this ticket...

needs discussion

Refer to the gesture [Interface Class Description](https://github.com/OSVR/OSVR-Specs-and-Proposals/blob/master/Interface%20Class%20Specifications/Gesture/GestureInterfaceClass.md) and [Summary](https://github.com/OSVR/OSVR-Specs-and-Proposals/blob/master/Interface%20Class%20Specifications/Gesture/Gesture%20APIs%20Summary.md) documents. These seem to be in the discussion phase -- I don't think there is an API available for gestures yet....

needs discussion
external dependency