https://github.com/flower-of-the-bridges/au4h
This application uses the OpenNI library to track skeleton and detecting some user's gestures. When a gesture is recognized, an OSC Message is sent to a PureData patch to control various effects (like reverb or delay).
https://github.com/flower-of-the-bridges/au4h
kinect openni osc-protocol puredata
Last synced: 3 months ago
JSON representation
This application uses the OpenNI library to track skeleton and detecting some user's gestures. When a gesture is recognized, an OSC Message is sent to a PureData patch to control various effects (like reverb or delay).
- Host: GitHub
- URL: https://github.com/flower-of-the-bridges/au4h
- Owner: flower-of-the-bridges
- License: gpl-3.0
- Created: 2018-04-11T07:13:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T16:38:01.000Z (over 6 years ago)
- Last Synced: 2025-01-11T03:49:45.965Z (4 months ago)
- Topics: kinect, openni, osc-protocol, puredata
- Language: Java
- Homepage:
- Size: 335 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# au4h
The aim of this application is giving to musicians (in particular guitar players) the possibility to control the guitar
and its sound using various gestures. Obliviously the guitar is plugged into a soundcard, while the body's movements are tracked
using the Microsoft Kinect v2. When a gesture is recognized, an OSC Message is sent to a PureData patch to control various effects (like reverb or delay).
However this application uses the OpenNI library (v1.5), so the tracking part could be done also by other devices supported
by the library.