equal
deleted
inserted
replaced
17 int realWidth = 640, realHeight = 480-200; |
17 int realWidth = 640, realHeight = 480-200; |
18 int WIDTH = 300; |
18 int WIDTH = 300; |
19 int HEIGHT = 300; |
19 int HEIGHT = 300; |
20 |
20 |
21 //Port du Client TUIO. |
21 //Port du Client TUIO. |
22 int port = 80; |
22 int port = 8080; |
23 //Limites de la zone de recherche pour les mains. |
23 //Limites de la zone de recherche pour les mains. |
24 float minDistHands = 1; |
24 float minDistHands = 1; |
25 float maxDistHands = 1.5; |
25 float maxDistHands = 1.5; |
26 |
26 |
27 int RES = 2; |
27 int RES = 2; |