0

Can anyone help me to embed leap motion visualizer into a c# windows form. What i need is in my windows form, the visualizer should be displayed, and then it should show my gestures, which were captured via the device

Gayan Dinuzhka
  • 331
  • 2
  • 5
  • 16

1 Answers1

0

The Leap Motion Visualizer program is not an embeddable object.

There are a few JavaScript visualizers (see the Leap Motion example gallery) or you could write your own in C#.

Charles Ward
  • 1,388
  • 1
  • 8
  • 13