-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
42 lines (33 loc) · 939 Bytes
/
config.yaml
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
# Hot keys which the pedals are mapped to
keys:
start: 'r'
stop: 'e'
save: 's'
battery: 'b'
quit: 'q'
# Path to the folder where the data is saved
output_dir: output
# Shogun
shogun_hostname: 'localhost'
# shogun_hostname: '192.168.0.180'
# shogun_hostname: '127.0.0.1'
# shogun_port: 37414
shogun_port: 52800
# shogun_port: 44602
# Live Link Face
# llf_udp_ip: "192.168.0.246" # IP of vislabApple
llf_udp_ip: "192.168.0.173" # IP of SignLabApple
llf_udp_port: 8006 # Port to connect the Iphones to the computer
# Local computer
target_ip: '192.168.0.180'
target_port: 8005
tcp_iphone_port: 8007
controller_port: 8008
# Websocket
websock_ip: '192.168.0.180'
websock_port: 8009
# Path to downloaded vicon SDK module
vicon_sdk_path: 'C:\Program Files\Vicon\DataStream SDK\Win64\Python'
camera_name: 'UT-VID 00K0626579'
camera_mic_name: 'Digital Audio Interface (UT-AUD 00K0626579)'
camera_save_path: 'D:\VideoCapture'