Skip to content

Using OCR to track match stats & team performance in Overwatch 2

Notifications You must be signed in to change notification settings

InventivetalentDev/ocrwatch2

Repository files navigation

OCRWatch

Using OCR to track match stats & team performance in Overwatch 2
Fancier continuation of https://github.com/InventivetalentDev/ocrwatch

How it works

While this app is running, it listens for key presses of Tab and takes a screenshot of the scoreboard if it's held for more than 0.5 seconds. It then applies OCR on that screen, including mode and map info, which hero you're playing and stats of you and other players in your game (kills, deaths, healing, etc.) and saves that data.

Usage

git clone https://github.com/InventivetalentDev/ocrwatch2.git
cd ocrwatch2
npm install
npm run start