← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #272686]: find not working properly / HowTo Debug

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
The problem with Sikuli 1.1.0:
the internal implementation of the OpenCV usage at the C++ level is not consistent between find/wait/exists (all the same) and findAll.

If you want to do things like that, then you should ONLY use findAll and
walk through the matches.

I just started with version 2, where all OpenCV usages will be on the Java level only.
... and every variant of finding will yield the same results.

So with 1.1.x we have to live with the inconsistencies.

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