Answer the question
In order to leave comments, you need to log in
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
search for a specific object on the screenWith OpenCV. There are bindings for various languages.
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 questionAsk a Question
731 491 924 answers to any question