|
@@ -176,7 +176,7 @@ namespace bbiwarg
|
|
|
|
|
|
|
|
|
Timer.start("touchDetection");
|
|
|
- touchDetector = new TouchDetector(fingerTracker.TrackedFingers, depthImage, OutputImages[2]);
|
|
|
+ touchDetector = new TouchDetector(fingerTracker.TrackedFingers, depthImage, OutputImages[0]);
|
|
|
if (palmDetector.PalmQuad != null)
|
|
|
palmTouchDetector = new PalmTouchDetector(touchDetector.TouchEvents, palmDetector.PalmQuad);
|
|
|
Timer.stop("touchDetection");
|