release 7.12
This commit is contained in:
parent
06d2d76b49
commit
28a63438ff
8 changed files with 1040 additions and 11 deletions
|
|
@ -13,6 +13,7 @@
|
|||
Var FaceCompareStatus = ""
|
||||
Var load_gif_stage = "Enable"
|
||||
Var IDcardTextState = "Invisible"
|
||||
Var ButtonRetryState = "Invisible"
|
||||
</EventOpen>
|
||||
|
||||
<EventActionOk>
|
||||
|
|
@ -46,6 +47,8 @@
|
|||
Var IDcardTextState = "Enable"
|
||||
Var IDcardTextStatus = "ใบหน้าไม่เหมือนกับบัตร"
|
||||
|
||||
Var ButtonRetryState = "Enable"
|
||||
|
||||
;CameraCmd "usbfront" "--delete-file" "/mnt/sdcard/camera1.jpg"
|
||||
|
||||
Var save_file_name = "face_" + SystemDateMonth
|
||||
|
|
@ -133,7 +136,7 @@
|
|||
; back
|
||||
<Button>
|
||||
<X> 356 </X>
|
||||
<Y> 1608 </Y>
|
||||
<Y> 1609 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/liveness/bn_cancel.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/liveness/bn_cancel.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
@ -144,6 +147,21 @@
|
|||
</Button>
|
||||
|
||||
|
||||
; retry
|
||||
<Button>
|
||||
<X> 356 </X>
|
||||
<Y> 1386 </Y>
|
||||
<State> ButtonRetryState </State>
|
||||
<Filename> "ROOT/taobin_project/image/liveness/bn_retry.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/image/liveness/bn_retry.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Open "ROOT/taobin_project/xml/page_identity_verification.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
<GIF>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue