andrewda / frc-score-detection

A program to detect FRC match scores from their livestream.
GNU General Public License v3.0
15 stars 2 forks source link

Split this up into reusable package and program #17

Closed andrewda closed 7 years ago

andrewda commented 7 years ago

Eventually, I want to make this into a package which other developers may use to create new programs. Package users should be able to call something like this:

instance = Livescore(img)
# instance.match - Match ID, e.g. Qualifications 16
# instance.time - Remaining time (in seconds)
# instance.red.score - Red score
# instance.red.teams - Red teams
# instance.blue.score - Blue score
# instance.blue.teams - Blue teams
andrewda commented 7 years ago

Use https://github.com/andrewda/frc-livescore