Commit 4ae31ae0 authored by UVA Multi-touch's avatar UVA Multi-touch

Soem practical constant tweaking.

parent 2a20fa36
...@@ -84,7 +84,7 @@ class HandTracker(GestureTracker): ...@@ -84,7 +84,7 @@ class HandTracker(GestureTracker):
self.hands = [] self.hands = []
# Maximum distance between two fingers to be assigned to the same hand # 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): def find_hand(self, finger):
for hand in self.hands: for hand in self.hands:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment