Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leapmotion/leapuvc
Examples in Python, Matlab, and C for interpreting data from UVC-Enabled Leap Motion Peripherals
https://github.com/leapmotion/leapuvc
Last synced: 2 days ago
JSON representation
Examples in Python, Matlab, and C for interpreting data from UVC-Enabled Leap Motion Peripherals
- Host: GitHub
- URL: https://github.com/leapmotion/leapuvc
- Owner: leapmotion
- License: other
- Created: 2018-12-14T23:02:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T21:35:32.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T22:44:18.165Z (7 months ago)
- Language: Python
- Size: 10.1 MB
- Stars: 102
- Watchers: 28
- Forks: 21
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leapuvc
LeapUVC gives you access to the Leap Motion Controller image data through the industry standard UVC (Universal Video Class) interface. This gives you low level controls such as LED brightness, gamma, exposure, gain, resolution, and more.
The LeapUVC release features examples in C, Python, and Matlab, as well as OpenCV bindings that show how to stream from multiple devices, track ArUco markers, change camera settings, grab lens distortion parameters, and compute stereo depth maps from the images. Use the Leap Motion Controller to track physical objects, capture high-speed infrared footage, or see the world in new ways.
The bundled firmware updating binaries, which are required to unlock LeapUVC access, must be executed on a Windows machine. The included Python Examples have been tested on Windows and Linux; Mac is not currently supported. Since this is experimental software, use it at your own risk.
With this experimental release we hope to open up entirely new use cases for the Leap Motion Controller in education, robotics, art, academic research, and more.
## License
These examples are licensed for use under the terms of the [Leap Motion Developer SDK agreement][sdkagreement].
[sdkagreement]: https://developer.leapmotion.com/sdk_agreement "Leap Motion Developer SDK Agreement"