← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #691800]: Cannot import name Vision

 

Question #691800 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/691800

    Status: Answered => Open

Charles Sosmena is still having a problem:
Hi thanks for the reply. I followed your instructions and I made the
region to a 9x9 pixel and I made the image to as small as I can crop it
but it's still the same 60-70ms and the fastest I could get was 59ms.

cycle = 0
def react():
    big_reg.wait("Get Ready Image",FOREVER)
    hover(reg)
    click(small_reg.wait(Pattern("Click Me Image"),FOREVER))
Settings.MoveMouseDelay = 0.0
Settings.WaitScanRate = 10
while cycle !=5:
    react()
    cycle+=1

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.