DO inter
This commit is contained in:
parent
7c02385260
commit
7b9c04853e
7 changed files with 77 additions and 49 deletions
|
|
@ -324,7 +324,7 @@
|
|||
|
||||
; arrow up
|
||||
<Button>
|
||||
<X> 25 </X>
|
||||
<X> 20 </X>
|
||||
<Y> 888 </Y>
|
||||
<Width>180</Width>
|
||||
<Height>180</Height>
|
||||
|
|
@ -334,18 +334,20 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
SAVELOG "Allow up"
|
||||
Var LivenessFramePositionYTmp = LivenessFramePositionY - FrameOfFaceStepMoveY
|
||||
Var FrameOfFaceYPosition = FrameOfFaceYPosition - FrameOfFaceStepMoveY
|
||||
Var FrameOfFaceCropImageYPosition = FrameOfFaceCropImageYPosition - FrameOfFaceStepMoveY
|
||||
DEBUGVAR LivenessFramePositionYTmp
|
||||
LivenessCommand "SetY" LivenessFramePositionYTmp
|
||||
LivenessCommand "start" 0
|
||||
If LivenessFramePositionY > 120 Then
|
||||
Var LivenessFramePositionYTmp = LivenessFramePositionY - FrameOfFaceStepMoveY
|
||||
Var FrameOfFaceYPosition = FrameOfFaceYPosition - FrameOfFaceStepMoveY
|
||||
Var FrameOfFaceCropImageYPosition = FrameOfFaceCropImageYPosition - FrameOfFaceStepMoveY
|
||||
DEBUGVAR LivenessFramePositionYTmp
|
||||
LivenessCommand "SetY" LivenessFramePositionYTmp
|
||||
LivenessCommand "start" 0
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
; arrow down
|
||||
<Button>
|
||||
<X> 25 </X>
|
||||
<X> 20 </X>
|
||||
<Y> 1249 </Y>
|
||||
<Width>180</Width>
|
||||
<Height>180</Height>
|
||||
|
|
@ -355,19 +357,21 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
SAVELOG "Allow down"
|
||||
Var LivenessFramePositionYTmp = LivenessFramePositionY + FrameOfFaceStepMoveY
|
||||
Var FrameOfFaceYPosition = FrameOfFaceYPosition + FrameOfFaceStepMoveY
|
||||
Var FrameOfFaceCropImageYPosition = FrameOfFaceCropImageYPosition + FrameOfFaceStepMoveY
|
||||
DEBUGVAR LivenessFramePositionYTmp
|
||||
LivenessCommand "SetY" LivenessFramePositionYTmp
|
||||
LivenessCommand "start" 0
|
||||
If LivenessFramePositionY < 340 Then
|
||||
Var LivenessFramePositionYTmp = LivenessFramePositionY + FrameOfFaceStepMoveY
|
||||
Var FrameOfFaceYPosition = FrameOfFaceYPosition + FrameOfFaceStepMoveY
|
||||
Var FrameOfFaceCropImageYPosition = FrameOfFaceCropImageYPosition + FrameOfFaceStepMoveY
|
||||
DEBUGVAR LivenessFramePositionYTmp
|
||||
LivenessCommand "SetY" LivenessFramePositionYTmp
|
||||
LivenessCommand "start" 0
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
; arrow up
|
||||
<Button>
|
||||
<X> 862 </X>
|
||||
<X> 892 </X>
|
||||
<Y> 888 </Y>
|
||||
<Width>180</Width>
|
||||
<Height>180</Height>
|
||||
|
|
@ -377,18 +381,20 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
SAVELOG "Allow up"
|
||||
Var LivenessFramePositionYTmp = LivenessFramePositionY - FrameOfFaceStepMoveY
|
||||
Var FrameOfFaceYPosition = FrameOfFaceYPosition - FrameOfFaceStepMoveY
|
||||
Var FrameOfFaceCropImageYPosition = FrameOfFaceCropImageYPosition - FrameOfFaceStepMoveY
|
||||
DEBUGVAR LivenessFramePositionYTmp
|
||||
LivenessCommand "SetY" LivenessFramePositionYTmp
|
||||
LivenessCommand "start" 0
|
||||
If LivenessFramePositionY > 120 Then
|
||||
Var LivenessFramePositionYTmp = LivenessFramePositionY - FrameOfFaceStepMoveY
|
||||
Var FrameOfFaceYPosition = FrameOfFaceYPosition - FrameOfFaceStepMoveY
|
||||
Var FrameOfFaceCropImageYPosition = FrameOfFaceCropImageYPosition - FrameOfFaceStepMoveY
|
||||
DEBUGVAR LivenessFramePositionYTmp
|
||||
LivenessCommand "SetY" LivenessFramePositionYTmp
|
||||
LivenessCommand "start" 0
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
; arrow down
|
||||
<Button>
|
||||
<X> 862 </X>
|
||||
<X> 892 </X>
|
||||
<Y> 1249 </Y>
|
||||
<Width>180</Width>
|
||||
<Height>180</Height>
|
||||
|
|
@ -398,12 +404,14 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
SAVELOG "Allow down"
|
||||
Var LivenessFramePositionYTmp = LivenessFramePositionY + FrameOfFaceStepMoveY
|
||||
Var FrameOfFaceYPosition = FrameOfFaceYPosition + FrameOfFaceStepMoveY
|
||||
Var FrameOfFaceCropImageYPosition = FrameOfFaceCropImageYPosition + FrameOfFaceStepMoveY
|
||||
DEBUGVAR LivenessFramePositionYTmp
|
||||
LivenessCommand "SetY" LivenessFramePositionYTmp
|
||||
LivenessCommand "start" 0
|
||||
If LivenessFramePositionY < 340 Then
|
||||
Var LivenessFramePositionYTmp = LivenessFramePositionY + FrameOfFaceStepMoveY
|
||||
Var FrameOfFaceYPosition = FrameOfFaceYPosition + FrameOfFaceStepMoveY
|
||||
Var FrameOfFaceCropImageYPosition = FrameOfFaceCropImageYPosition + FrameOfFaceStepMoveY
|
||||
DEBUGVAR LivenessFramePositionYTmp
|
||||
LivenessCommand "SetY" LivenessFramePositionYTmp
|
||||
LivenessCommand "start" 0
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue