v1

latestOpenAPI 3.1.02026-07-13372867.8 KB
display

Locate Image on Screen

Searches for a specified image on the screen and returns its location if found.

post/api/display/locate

Request body

image_pathstring required

Path to the image file to locate on screen

confidencenumber

Confidence threshold for image matching (0.0 to 1.0)

display_numinteger

Display number to target

Example request

{
  "confidence": 0.9,
  "display_num": 1,
  "image_path": "/path/to/image.png"
}

Response

Successfully searched for image

object nullable required