いつもありがとうございます。
さてFind Imageが突然画像認識しなくなることありませんか?
目的の画像が表示されているにもかかわらず認識せず、タイムアウトしてしまうものです。
WaitForReadyをNoneにする → だめ
Accuracyを0.5に下げる → だめ
で、最も確実な解決策は画像を取り直すことですが、そんな運用はしたくありません。
Image系のActivitiesを信頼性高く運用する方法はないものでしょうか?
I am always grateful for your help.
Why, does “Find Image” suddenly stop recognizing images?
Even though the desired image is displayed, it does not recognize it and it times out.
Set WaitForReady to None → Not Work
Decrease Accuracy to 0.5 → Not Work
So, the most reliable solution is retake the image, but I don’t want to do that.
Is there any way to operate Image-type Activities with high reliability?