Browse Source

disabled fingerTracker (not working properly yet)

Alexander Hendrich 11 years ago
parent
commit
7fd7af2e25
1 changed files with 2 additions and 1 deletions
  1. 2 1
      bbiwarg/VideoHandle.cs

+ 2 - 1
bbiwarg/VideoHandle.cs

@@ -125,7 +125,8 @@ namespace bbiwarg
             fingerTracker.setDetectedTouchEventsThisFrame(fingerDetector.getFingers(), fingerImage);
 
             //detect+track touchEvents
-            touchDetector = new TouchDetector(fingerTracker.getFingers(), depthImage, touchImage);
+            //touchDetector = new TouchDetector(fingerTracker.getFingers(), depthImage, touchImage);
+            touchDetector = new TouchDetector(fingerDetector.getFingers(), depthImage, touchImage);
             touchTracker.setDetectedTouchEventsThisFrame(touchDetector.getTouchEvents(), touchImage);
 
             palmImage = new PalmImage(edgeImage);