@@ -34,12 +34,12 @@ public partial class VisionForm : Form
3434 private int IgnorePercentage = 16 ;
3535 private int Sensitivity = 5 ;
3636
37- public int TossThreshold = 800 ;
37+ public int TossThreshold = 80000 ;
3838 public int TossHalfLife = 10 ;
3939 public int TossValue = 0 ;
4040
41- public int EyeMoveMin = 4 ;
42- public int EyeMoveMax = 200 ;
41+ public int EyeMoveMin = 800 ;
42+ public int EyeMoveMax = 4000 ;
4343 public int IdleTicks = 8 ;
4444 private int PixelSize = 4 ;
4545
@@ -229,10 +229,10 @@ private void LoadSettings()
229229 defaultSettings += "<PixelsInARow>4</PixelsInARow>" ;
230230 defaultSettings += "<FrameThreshold>960</FrameThreshold>" ;
231231 defaultSettings += "<Sensitivity>0</Sensitivity>" ;
232- defaultSettings += "<TossThreshold>800 </TossThreshold>" ;
232+ defaultSettings += "<TossThreshold>80000 </TossThreshold>" ;
233233 defaultSettings += "<TossHalfLife>10</TossHalfLife>" ;
234- defaultSettings += "<EyeMoveMin>4 </EyeMoveMin>" ;
235- defaultSettings += "<EyeMoveMax>200 </EyeMoveMax>" ;
234+ defaultSettings += "<EyeMoveMin>800 </EyeMoveMin>" ;
235+ defaultSettings += "<EyeMoveMax>4000 </EyeMoveMax>" ;
236236 defaultSettings += "<IdleTicks>8</IdleTicks>" ;
237237 defaultSettings += "<IgnorePercentage>100</IgnorePercentage>" ;
238238 defaultSettings += "<CopyFromScreen>0</CopyFromScreen>" ;
0 commit comments