Added QR scanner test

This commit is contained in:
Kenta420 2025-04-02 14:37:53 +07:00
parent d85ad2c5eb
commit f28e91231d
3 changed files with 43 additions and 10 deletions

View file

@ -6,8 +6,6 @@
<EventOpen>
Var KornCameraXW = 800
Var KornCameraXH = 800
Var scanresult = ""
Var scanmsg = ""
@ -60,13 +58,13 @@
</Button>
<CameraX>
<X> 200 </X>
<Y> 400 </Y>
<CameraX>
<X> 120 </X>
<Y> 900 </Y>
<Name>"usbfront"</Name>
<Width> KornCameraXW </Width>
<Height> KornCameraXH </Height>
<State> Enable </State>
<Width> 850 </Width>
<Height> 800 </Height>
<State> CameraState </State>
</CameraX>