← Back to team overview

sikuli-driver team mailing list archive

[Question #633383]: Sikuli slow to match images

 

New question #633383 on Sikuli:
https://answers.launchpad.net/sikuli/+question/633383

I am using this code to find if three images exist in a region of my screen:

myImages = {"1495288187584.png": '1', "1495288204650.png": '2', "1495289361407.png": '3'}

for key, value in myImages.items():
    if Region.inside().exists(key):
        print value

It's taking approximately 12s to complete, which is way to slow for my purpose.

I haven't been using Sikuli for a while, but from what I remember it used to be way faster. Am I missing something? If it's a "normal" running time are there some parameters or things I can change to speed it up?

I'm running the script from the Sikuli IDE 1.1.0 on Windows 10.
Thanks

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