sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #16857
Re: [Question #194144]: How to make exists(img, 0.01) return immediately even if it fails --- solution: Settings.WaitScanRate
Question #194144 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194144
RaiMan posted a new comment:
Since searches is mainly processing of huge integer arrays, a search
boosts up cpu-usage to 100 %. Only searches in small regions less than
300x300 pixels have a chance to get in the range of 0.1 seconds on
capable machines.
So the penalty is 100% cpu-usage all the time, if you use a higher scan
rate. But since the average optimized searches last 0.3 to 0.5 seconds,
using a higher WSR only makes sense in very special cases (e.g.
observing something in rather small region).
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.