ThomasLengeling / KinectPV2

Kinect4W 2.0 library for Processing
MIT License
286 stars 105 forks source link

Readme sample code errors #43

Closed hxlnt closed 8 years ago

hxlnt commented 8 years ago

The README.md initialization example is missing a few Ps--KinectV2 should be KinectPV2 throughout. See below for examples.

import KinectPV2.*;

KinectPV2 kinect;

kinect = new KinectPV2(this);

ThomasLengeling commented 8 years ago

ok ill change it thank you!