Ask HN: Computer Vision in Android in 2018?
https://news.ycombinator.com/item?id=18822600I only see opencv and ml kit but not sure what other libraries exist?
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.