Siculi: speed up missing image recognition

Finding the current image seems pretty quick, however, when the image is missing, the siculi takes a long time before announcing that the image was not found. Is it possible to speed up this process? I have already minimized the image size and the search area. I tried setting the minTargetSize parameter, but it doesn't seem to have much effect.

Vision.setParameter("MinTargetSize", 6)
+4
source share
1 answer

I only worked with Sikuli in the Sikuli IDE (so take this answer as you ...)

region.setAutoWaitTimeout( ), , Sikuli "" , , . - 3,0 - , , 3 . , "":

myRegion.setAutoWaitTimeout(1)

( FindFailed) 1 3. setAutoWaitTimeout()

+2

Source: https://habr.com/ru/post/1547534/


All Articles