Find image in background

Hi,

I want to find a picture in an other picture. I already tried the find image activity, but as I see currectly, we can specify only the searched image, and it’s searches in the actual screen.
I am much more interested in a solution (an activity) where I can specify the target picture as well. If it could be done in the background, I am no longer depend on the screen resulotion, photo viewer app and etc.

Thanks in advance,
János!

FindImage activity is intended for UI automation. Therefore it seaches the image on screen.

In case you are after image detection e.g. in an image file, you should use some general purpose image analysis package, e.g. like GOOGLE VISION

Cheers

1 Like

Thanks for the suggestion, I have to try it out!
I will mark youre Reply as Solution, if It’s work in my case.
J.