← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #657348]: [1.1.1] How to access/manipulate the image find timing attributes from the Python level

 

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

RaiMan proposed the following answer:
@Wendell
as already mentioned by the other commenters:
- one search always takes a time based on the sizes of the region and the image (the smaller the region the faster the search)
- this one search cannot be interupted, so if it takes 1 second, then the search can only be stopped after this one second.

If you want to fine tune your case, then you have to do some experiments
with region and image sizes (as already mentioned).

For your case just using exists(image, time) should be sufficient - no
need to experiment with the other attributes.

... but it will be a hard job to fix, if you cannot synchronise your
script somehow with the appear/vanish timing of your image.

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