-
Notifications
You must be signed in to change notification settings - Fork 0
/
performVR.cfg
43 lines (28 loc) · 839 Bytes
/
performVR.cfg
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
displays = 1
use_DVR = 0
use_phasespace=true
use_hmd=false
use_wiimote=false
use_fullscreen=false
use_eyetracking=false
[hmd]
type = nvis
overlap = -1 # Use default set by Vizard
offset=13
[phasespace]
phaseSpaceIP = 192.168.1.230
#rigidBodyList = hmd-nvis.rb,
rigidBodyList = ShutterGlass.rb, LeftFoot.rb, RightFoot.rb
# Note that rigid body sizes is parsed using an 'eval' command inside
# mocapINterface.__init__. This doesn't work beautifully yet.
# When your array is 1 element long, I thnk you need double brackets.
markerCondThresh = 50
owlParamInterp = 8
owlParamPostProcess = 0
owlParamFrequ = 0 # 0 = max frequency
owlParamMarkerCount = 15
owlParamMarkerCondThresh = 70
owlParamModeNum = 4
[writer]
outFileName = 'expdata.mov'
outFileDir = 'C:/Users/PerForMLab/Documents/C/MocapResources'