This repository was archived by the owner on Jul 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathperformLabVR2.cfg
More file actions
67 lines (43 loc) · 1.47 KB
/
performLabVR2.cfg
File metadata and controls
67 lines (43 loc) · 1.47 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
displays = 3,
use_phasespace = true
use_wiimote = true
use_virtualPlane = true
use_fullscreen = true
use_eyetracking = false
use_networking = true
vizconfigFileName = 'virtualPlane'
################################
[networking]
clientName = 'performVR'
[hmd]
type = nvis
overlap = -1 # Use default set by Vizard
offset=13
[virtualPlane]
planeCornerFile = 'caveWallDimensions.cave'
planeName = floor
isAFloor = 1
attachGlassesToRigid = 1
recalibrateWithMarkerNum = 17 # TODO: Check to make sure this number is < than owlParamMarkerCount
[phasespace]
phaseSpaceIP = 192.168.1.230
#rigidBodyList = shutterGlass.rb,
#rigidOffsetMM_ridx_WorldXYZ = '[0,0,0],'
#rigidAvgMarkerList_rIdx_mId = '[2,3,4],'
rigidBodyList = shutterGlass.rb,leftFoot.rb,rightFoot.rb,spine.rb
rigidOffsetMM_ridx_WorldXYZ = '[0,0,0],[0,0,0],[0,0,0],[0,0,0]'
rigidAvgMarkerList_rIdx_mId = '[3,4],[0,3],[0,3],[0,1,2,3]'
# 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.
owlParamInterp = 0
owlParamPostProcess = 0
owlParamFrequ = 120 # 0 = max frequency
owlParamMarkerCount = 18
owlParamMarkerCondThresh = 50
owlParamModeNum = 3
[writer]
outFileName = '.mov'
#outFileDir = 'C:\Users\Gabe\Documents\Data\StepOverExperiment\'
#outFileDir = 'F:\Data\StepOver\'
outFileDir = 'C:\Users\Rakshit Kothari\Documents\GitHub\StepOver_Data'