DO DO
This commit is contained in:
parent
cb8dd6737f
commit
a8252aef37
2 changed files with 9 additions and 6 deletions
|
|
@ -1022,7 +1022,7 @@
|
||||||
If Not#CameraSettingStatus = "" Then
|
If Not#CameraSettingStatus = "" Then
|
||||||
If CameraCount = 1 Then
|
If CameraCount = 1 Then
|
||||||
|
|
||||||
CameraSetting "usbfront" "default" "Rotate=90,Resolution=1280x720,scaleX=1.0,scaleY=1.0"
|
CameraSetting "usbfront" "default" "Rotate=90,Resolution=1280x720,scaleX=1.0,scaleY=0.7"
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
Else
|
Else
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
Var CountDownDelayReadCardID = 5
|
Var CountDownDelayReadCardID = 5
|
||||||
DEBUGVAR CameraCount
|
DEBUGVAR CameraCount
|
||||||
STOPCARDID
|
;STOPCARDID
|
||||||
|
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
|
|
||||||
|
|
@ -199,6 +199,7 @@
|
||||||
DEBUGVAR IDBirthdate
|
DEBUGVAR IDBirthdate
|
||||||
DEBUGVAR CountDownDelayReadCardID
|
DEBUGVAR CountDownDelayReadCardID
|
||||||
DEBUGVAR ShutterResult
|
DEBUGVAR ShutterResult
|
||||||
|
DEBUGVAR IDCardState
|
||||||
|
|
||||||
|
|
||||||
If IDBirthdate = "" Then
|
If IDBirthdate = "" Then
|
||||||
|
|
@ -308,11 +309,11 @@
|
||||||
</Image>
|
</Image>
|
||||||
|
|
||||||
<CameraX>
|
<CameraX>
|
||||||
<X> 0 </X>
|
<X> 140 </X>
|
||||||
<Y> 381 </Y>
|
<Y> 1053 </Y>
|
||||||
<Name>"usbfront"</Name>
|
<Name>"usbfront"</Name>
|
||||||
<Width> 700 </Width>
|
<Width> 800 </Width>
|
||||||
<Height> 394 </Height>
|
<Height> 800 </Height>
|
||||||
</CameraX>
|
</CameraX>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -324,10 +325,12 @@
|
||||||
</EventCamera>
|
</EventCamera>
|
||||||
|
|
||||||
<EventIDCard>
|
<EventIDCard>
|
||||||
|
;
|
||||||
SAVELOG "EventIDCard"
|
SAVELOG "EventIDCard"
|
||||||
DEBUGVAR IDCardStatus
|
DEBUGVAR IDCardStatus
|
||||||
DEBUGVAR IDCardReady
|
DEBUGVAR IDCardReady
|
||||||
DEBUGVAR IDCardData
|
DEBUGVAR IDCardData
|
||||||
DEBUGVAR IDBirthdate
|
DEBUGVAR IDBirthdate
|
||||||
|
DEBUGVAR IDCardState
|
||||||
</EventIDCard>
|
</EventIDCard>
|
||||||
</Popup>
|
</Popup>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue