forked from CodElecCz/CameraUIv1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCamera.ini
99 lines (80 loc) · 1.52 KB
/
Camera.ini
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
;UTF-8
[Aplication]
;aplication
MenuBarHide=false
ToolBarHide=false
StatusBarHide=false
FullScreen=false
;trace log
TraceWindowHide=false
TraceWindowHistory=100
TraceErrorsToFile=true
;camera parameters
ParametersWindowHide=false
;camera devices
DeviceWindowHide=false
;report
ReportWindowHide=false
ErrorQueryToFile=true
;disk storage
StorageWindowHide=false
;app close button for shutdown
AllowShutDown=false
;delay between light and snap
DelayAfterLight=0
;open all cameras at application start
OpenAllCameras=true
;lights for cameras
[FVEDIO]
Use=false
Port=COM1
DioWindowHide=false
;bracode reader SICK CLV430-6010
[CLV]
Use=true
Port=COM2
Speed=9600
BarcodeWindowHide=false
WaitAfterReadDone=5000
DelayProcessImage=200
BarcodeLenght=12
RestartTimer=false
[Database]
Use=true
HostName=localhost
Database=hyundai
User=hyundai
Password=hyundai
[Catalog]
Path="c:/Work/Development/App/CameraUI/Catalog"
Format="JPG"
Quality=-1
[Storage]
;MinLimit - for warning
MinLimitPercent=10
;MinStorage - delete oldest date in catalog
MinStoragePercent=5
[Snap1]
CameraName="Basler a2A2590-22gcPRO (40171791)"
Led0=true
Led1=false
Led2=false
Led3=false
[Snap2]
CameraName="Basler a2A2590-22gcPRO (40171790)"
Led0=false
Led1=true
Led2=false
Led3=false
[Snap3]
CameraName="Basler a2A2590-22gcPRO (40171792)"
Led0=false
Led1=true
Led2=true
Led3=false
[Snap4]
CameraName="Basler a2A2590-22gcPRO (40171547)"
Led0=false
Led1=false
Led2=false
Led3=true