sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #48725
Re: [Question #674453]: Does SikuliX cache regions of detected images?
Question #674453 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/674453
Status: Open => Answered
RaiMan proposed the following answer:
Principally yes, it does cache this information, but only for the current scriptrun.
A persistence feature is not yet available.
So if your intention is only during 1 scriptrun, then you have to use version 1.1.3 with Java 8.
So make your experiences especially with the timing.
Settings.ImageCache = 0 # switches off caching completely (default 64)
Settings.CheckLastSeen = False # switches off the checking - caching must be on
In 1.1.4 the caching feature is not yet reimplemented.
Not sure, wether it is really needed.
So your experiences would help to decide.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.