瀏覽代碼

Soem practical constant tweaking.

UVA Multi-touch 13 年之前
父節點
當前提交
4ae31ae037
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: