Skip to content

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

Notifications You must be signed in to change notification settings

jesuslobo/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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.8%
  • HTML 1.8%
  • CSS 1.2%
  • Shell 0.2%