Basically I want to monitor a specific region of the screen, the score screen from another running android game which I want to scrape. Is this possible? TextRecognizer seems perfect but I need to use computer vision to "see the game" as it is played.
For instance, in a 2d platform, it should detect when a jump is detected and game over screen appears.
Thanks a bunch.