more changes.
[IRC.git] / Robust / src / Benchmarks / SSJava / EyeTracking / LEA.java
index 0439b2d1b1dbfafacca601c4861912388394bd13..fed080cfd6394da2a731af520faef76dd9b30c4f 100644 (file)
@@ -197,9 +197,10 @@ public class LEA {
     if (positions.getEyePosition() != null) {
       deviationScanner.addEyePosition(positions.getEyePosition());
       Deviation deviation = deviationScanner.scanForDeviation(positions.getFacePosition());// positions.getEyePosition().getDeviation(lastPositions.getEyePosition());
-      // if (deviation != Deviation.NONE) {
-      // notifyEyeMovementListenerEyeMoved(deviation);
-      // }
+      if (deviation != DeviationScanner.NONE) {
+        System.out.println("DEVICATION=" + deviation);
+        // notifyEyeMovementListenerEyeMoved(deviation);
+      }
     }
     // else {
     // if (statusWindow != null)