-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathebvOption.conf
39 lines (26 loc) · 861 Bytes
/
ebvOption.conf
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
# Processing image settings
# **********************************************************
img.frmrate=150
img.height=480
img.width=640
img.depth=1
img.sizekb=400
img.filefmt=jpg
# Grabber settings
# **********************************************************
grabber.args=ivp -H 127.0.0.1:29000
grabber.idletimeout=10000
# Option settings
# **********************************************************
vcaoption.args=VoProcessingTeach
# IVP server settings: where ivp data is sent
# **********************************************************
ivpserver.port=29001
# HTTP server settings: where agent web interface is running
# **********************************************************
httpserver.args=mg -p8091
# Various diagnostic settings
# **********************************************************
diag.verbosity=1
diag.loglevel=1
diag.numsteps=-1