front_idill/src/config_kinect.json
changeset 121 a4caeb0f29bb
equal deleted inserted replaced
120:784382def9ee 121:a4caeb0f29bb
       
     1 {
       
     2     "local":false,
       
     3 	"videoConfigFileLocal":"./player/json/local_videos.json",
       
     4 	"videoConfigFileOnline":"./player/json/online_videos.json",
       
     5 	"mouseInteractions":false,
       
     6 	"noUserModeEnabled":true,
       
     7 	"kinectMinCoordX":"40",
       
     8 	"kinectMinCoordY":"30",
       
     9 	"kinectMaxCoordX":"520",
       
    10 	"kinectMaxCoordY":"260",
       
    11     "imagesByLine":"5",
       
    12     "imagesToShow":"20",
       
    13     "totalImages":"22",
       
    14 	"timeReloadAfterResize":"1000",
       
    15     "timePrezoom":"500",
       
    16     "timePreUnzoom":"200",
       
    17     "zoomTime":"500",
       
    18     "timeUnzoom":"400",
       
    19     "timeNeighbourGlowing":"1000",
       
    20     "timeNeighbourUnglowing":"1000",
       
    21     "timeMovingToNeighbour":"1000",
       
    22     "timeSearchFade":"2000",
       
    23     "timeNotifyFade":"2000",
       
    24     "timeFilterFade":"2000",
       
    25     "timeANFade":"500",
       
    26 	"timeShowBigHelp":"1000",
       
    27     "timeoutZoom":"2000",
       
    28     "timeoutUnzoom":"1000",
       
    29     "timeoutMoveToNeighbour":"250",
       
    30     "timeoutPointersIdle":"2000",
       
    31     "timeoutAreBothPointersHere":"500",
       
    32     "timeoutRemoveNotificationByGesture":"1500",
       
    33     "timeoutNotifySwipe":"1000",
       
    34     "timeoutSelectTL":"100",
       
    35     "timeoutSlideTL":"1000",
       
    36     "timeoutCanNotifyHelp":"1000",
       
    37     "timeoutRemoveSpinner":"1000",
       
    38     "timeoutNouser":"3000",
       
    39     "timeoutNextDrawCurve":"500",
       
    40     "zoomPercentage":"0.80",
       
    41     "prezoomPercentage":"0.25",
       
    42     "zoomedMargin":"42",
       
    43     "host":"127.0.0.1",
       
    44     "port":"8090",
       
    45     "mouseUpDownDeltaTreshold":"15",
       
    46     "kinectUpDownDeltaTreshold":"20",
       
    47     "curveDictionaryMI":"./dicoMI.json",
       
    48     "curveDictionaryKI":"./dicoKI.json",
       
    49 	"creditsPath":"./credits.json",
       
    50     "lang":"fr",
       
    51 	"langs":["en", "fr"]
       
    52 }