front_processing/src/Smoke_manipulation/Smoke_manipulation.pde
changeset 41 d2f735d7763f
parent 27 6c08d4d7219e
equal deleted inserted replaced
40:0f31ebcc62b7 41:d2f735d7763f
    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;