在全屏或指定区域范围内寻找指定图片的坐标,支持相似查找。如找到目标图,则返回找到位置的左上角坐标。该函数有 6 种重载方法,对应不同的参数。
对应JS API:
Device.seekImage(imageName)
Device.seekImage(imageName, sim)
Device.seekImage(topLeftX, topLeftY, bottomRightX, bottomRightY, imageName)
Device.seekImage(topLeftX, topLeftY, bottomRightX, bottomRightY, imageName, sim)
Device.seekImage(topLeftX, topLeftY, bottomRightX, bottomRightY, imageName, sim, beGray)
Device.seekImage(imageName, sim, beGray)
是否支持多设备:
不支持
请求方式:
GET
http://IP:8090/TotalControl/v1/devices/:device/screen/images
参数:
参数名 | 类型 | 必选 | 描述 |
---|---|---|---|
token | string | Y | Total Control TOKEN |
:de |