Typo in Device.java
PeterJones7 opened this issue · 0 comments
PeterJones7 commented
Hi,
I'm just browsing, but I notice an error in Device.java
https://github.com/ThomasLengeling/KinectPV2/blob/master/KinectPV2/src/KinectPV2/Device.java
On line 782 there is a 'p' missing in the jni function name (Deth should be Depth)
782: private native float[] jniGetMapDethToColorSpace();
Hope that helps.
Peter