-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSettings.json
More file actions
48 lines (48 loc) · 1.25 KB
/
Settings.json
File metadata and controls
48 lines (48 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"headsetPort": "5005",
"leftEye": "192.168.50.238:80",
"rightEye": "192.168.50.200:80",
"recordingRate": 30,
"vrcOsc": "192.168.50.58:8889",
"vrcNative": false,
"trackingRate": 60,
"modelFile": "./models",
"leftEyeForcedOffline": false,
"rightEyeForcedOffline": false,
"thetaForcedOffline": false,
"trackingConfigValidity": true,
"trackingForcedOffline": false,
"kalmanEnabled": true,
"kalmanEnabledOpenness": true,
"measurementNoise": 4,
"kalmanQLow": 0.03,
"kalmanQHigh": 50,
"kalmanThreshold": 2,
"kalmanThresholdOpenness": 0.03,
"vrcftV1": false,
"vrcftV2": true,
"pitchOffset": 0,
"independentEyes": true,
"independentOpenness": true,
"activeEyeTracking": true,
"activeOpennessTracking": true,
"opennessSliderHandles": [
0.22,
0.53,
0.95,
1
],
"verticalExaggeration": 1,
"horizontalExaggeration": 1,
"oscPrefix": "ft/f/",
"splitOutputY": true,
"syncedEyeUpdates": false,
"blinkReleaseDelayMs": 25,
"eyelidBasedGazeTrust": true,
"language": "English",
"theme": "dark",
"activeTabIndex": 0,
"recordTrainingData": false,
"backgroundImageUrl": "",
"vrcNativeNeutralValue": 0.25
}