← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #689076]: Logical looping for speed

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
you should have a look at the feature findAny(), which detaches the find op for each given image to a different thread.
hence the searches are done in parallel internally.

constructs like yours are done sequentially one after the other.

I guess that reg_range is already as small as possible.

https://sikulix-2014.readthedocs.io/en/latest/region.html#Region.findAny

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