-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
18 lines (13 loc) · 662 Bytes
/
README
File metadata and controls
18 lines (13 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
The KinectOnOpenNI project's aim is to create a simplified C# wrapper for uisng a Kinect with openNI
The user of the wrapper only has to create a manager and subscribe to events to grab gestures or movements.
At this time the following functions are supported:
- Swap gestures (Left, Right, Up, Down)
- Still Gesture
- Push Gesture
- Depth Image
- RGB Image
- LED Control
- Motor Control
As pre-requirements the OpenNI drivers for the kinect must be installed.
The motor driver must be replaced with the one from the OpenKinect project (part of the repository).
The last one is not mandetory, but if not installed the motor and the LED cannot be controlled.