← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #284449]: How to take action after a certain image flashes a certain number of times?

 

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

    Status: Open => Needs information

Eugene S requested more information:
hmm, a time interval that short might be a problem then as what you generally need to do is (without going into details):
1. Detect "win"
2. Detect that "win" does not appear anymore (between 2 flashes)
3. Add count 
4. If not 7 yest, wait for the next flash to appear (step 1)

So in that case, Sikuli might miss the periods when the "Win" text
disappears because it flashes too quick.

Can you limit the area where this text appears so that the search will be performed on a limited area? That will make it work faster.
In other words, do you know where to physically expect this text to appear?

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