taobin_project/xml/page_camera.xml

93 lines
1.6 KiB
XML
Raw Normal View History

2021-07-26 15:15:52 +07:00
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
TopView "show"
; On open
2022-06-29 18:21:40 +07:00
Var Timeout = 0
2021-07-26 15:15:52 +07:00
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
;SAVELOG SoundPlaying
If countDownRetrun > 0 Then
Var countDownRetrun = countDownRetrun - 1
EndIf
If countDownRetrun = 0 Then
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf
2022-06-29 18:21:40 +07:00
Var Timeout = Timeout + 1
DEBUGVAR Timeout
If Timeout = 5 Then
ShutterInSide
EndIf
2021-07-26 15:15:52 +07:00
Refresh
TimerReset
</EventTimeout>
<EventChangeStatus>
;If ChangeStatus = "payout-end" Then
; Var ChangeOK = 1
;EndIf
</EventChangeStatus>
<Video>
<X> 0 </X>
<Y> 0 </Y>
<Width> 1080</Width>
<Height> 380 </Height>
<Loop> "true" </Loop>
<Filename> "ROOT/taobin_project/campaign2/page_catalog_menu.mp4" </Filename>
</Video>
; back
<Button>
<X> 19 </X>
<Y> 420 </Y>
<Filename> "ROOT/taobin_project/image/page2/bn_back_arrow.png" </Filename>
<FilenamePress> "ROOT/taobin_project/image/page2/bn_back_arrow.png" </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
</EventClick>
</Button>
<Button>
<X> 990 </X>
<Y> 438 </Y>
<Filename> show_btn </Filename>
<FilenamePress> show_btp </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
2021-08-12 19:07:48 +07:00
Shutter "/mnt/sdcard/shutter.jpg"
2021-07-26 15:15:52 +07:00
</EventClick>
</Button>
<Camera>
2022-06-29 18:21:40 +07:00
<X> 40 </X>
2022-07-01 09:47:52 +07:00
<Y> 720 </Y>
2021-07-26 15:15:52 +07:00
<Rotation>90</Rotation>
2022-06-29 18:21:40 +07:00
<Width> 1280 </Width>
2022-07-01 09:47:52 +07:00
<Height> 780 </Height>
2021-07-26 15:15:52 +07:00
</Camera>
</Popup>