K
K
Keliorw2022-02-15 02:09:09
Java
Keliorw, 2022-02-15 02:09:09

Which technologies are better for searching for an image on the Android screen?

I need to write an application that will search for a certain object on the screen, and after finding it, click on it. I thought it would work with pyautogui, but it does not work under android, as I found out, and then I hit a dead end!

Tell me in what language is it better to do this in general and what libraries are better to use?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Mirilaczvili, 2022-02-15
@2ord

search for a specific object on the screen
With OpenCV. There are bindings for various languages.

N
Nikolay Savelyev, 2022-02-15
@AgentSmith

The technology is simple - correlation search. This is the very first thing that comes to mind. Without libraries

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question