找图怎么失效了 大佬救我

@tkyywl 模拟点击的api我写的是不对吗
let p=images.matchTemplate(img, templ, 0.5)
if(p){
click(p.x,p.y)
toast("找到啦:" + p);
}else{
toast("没找到");
}

@aichijianguo matchTemplate 返回值不是坐标对象

此回复已被删除!

@ibozo 输出这个p.length是undefind。所以我是不是还是没找到

@ibozo 老哥方便远程帮我看下吗

@aichijianguo
搞错了,应该是这样

let matcheResult = images.matchTemplate(captureScreen(), 小图)
if (matcheResult.matches.length) {
    let point = matcheResult.matches[0].point
    click(point.x, point.y)
    toastLog(point)
}

@ibozo 向日葵呗 我的识别码:248169532
使用向日葵即可对我发起远程协助
向日葵下载地址:http://url.oray.com/tGJdas/

验证码:1x51e5

@aichijianguo 加个坐标偏移,这是识图,不是找空间

最终使用截屏图片在裁剪出目标图。2b4bfbc4-f662-48c5-bbf3-2a884e4df172-image.png