Explorar o código

Soem practical constant tweaking.

UVA Multi-touch %!s(int64=13) %!d(string=hai) anos
pai
achega
4ae31ae037
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/trackers/hand.py

+ 1 - 1
src/trackers/hand.py

@@ -84,7 +84,7 @@ class HandTracker(GestureTracker):
         self.hands = []
 
         # Maximum distance between two fingers to be assigned to the same hand
-        self.max_finger_distance = 400
+        self.max_finger_distance = 300
 
     def find_hand(self, finger):
         for hand in self.hands: