-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbabble_settings.json
More file actions
44 lines (44 loc) · 2.22 KB
/
babble_settings.json
File metadata and controls
44 lines (44 loc) · 2.22 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
{
"version": 1,
"cam": {
"rotation_angle": 0,
"roi_window_x": 28,
"roi_window_y": 16,
"roi_window_w": 187,
"roi_window_h": 193,
"capture_source": "http://192.168.50.44",
"gui_vertical_flip": true,
"gui_horizontal_flip": false,
"use_ffmpeg": false
},
"settings": {
"gui_min_cutoff": "3",
"gui_speed_coefficient": "0.9",
"gui_osc_address": "192.168.50.58",
"gui_osc_port": 9400,
"gui_osc_receiver_port": 9410,
"gui_osc_recalibrate_address": "/avatar/parameters/babble_recalibrate",
"gui_disable_camera_preview": false,
"gui_osc_delay_enable": false,
"gui_osc_delay_seconds": 0.01,
"gui_update_check": false,
"gui_ROSC": false,
"gui_osc_location": "",
"gui_multiply": 1.0,
"gui_model_file": "Models/EFFB0E5BS224V6.3.4",
"gui_runtime": "ONNX",
"gui_use_gpu": true,
"gui_gpu_index": 0,
"gui_inference_threads": 2,
"gui_use_red_channel": false,
"calib_deadzone": -0.1,
"calib_array": "[[0. ,0. ,0. ,0. ,0.0052377 ,0. ,\n 0. ,0. ,0. ,0. ,0. ,0. ,\n 0. ,0. ,0. ,0. ,0. ,0. ,\n 0. ,0. ,0. ,0. ,0. ,0. ,\n 0. ,0. ,0. ,0. ,0. ,0. ,\n 0.01809107,0. ,0.00508332,0. ,0. ,0. ,\n 0. ,0. ,0. ,0. ,0. ,0. ,\n 0. ,0. ,0. ],\n [0.96130584,0.81984455,0.02364372,0.0117043 ,0.86402823,0.15799286,\n 0.74940978,0.58587707,0.31052903,0.05884976,0.71604609,0.12231887,\n 0.63483693,0.58418578,0.24987799,0.32110344,0.65480202,0.65975585,\n 0.52055249,0.5372991 ,0.39824815,0.54436294,0.6536491 ,0.51080545,\n 0.51338452,0.10004886,0.10917323,0.58073686,0.65798816,0.47899156,\n 0.43527647,0.69381144,0.60068246,0.92426014,0.19647279,0.52337838,\n 0.32787177,0.42471963,0.17394858,0.10145683,0.29305617,0.22690748,\n 0.68496859,0.24393075,0.36682491]]",
"gui_cam_resolution_x": 0,
"gui_cam_resolution_y": 0,
"gui_cam_framerate": 0,
"use_calibration": true,
"calibration_mode": "Full",
"gui_language": "English"
},
"cam_display_id": 0
}