Readme sample code errors
hxlnt opened this issue · 1 comments
hxlnt commented
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
ok ill change it thank you!