andrewda / frc-livescore

A Python package to determine the score of an FRC game from images
MIT License
29 stars 4 forks source link

Handle post-match review state #13

Closed fangeugene closed 6 years ago

fangeugene commented 6 years ago

It's a little bit hacky and assumes that any junk time (> 135) actually is time = 0.

andrewda commented 6 years ago

Can we check for the yellow color in the time area and set it to 0 if it's yellow on both sides (i.e. not just the normal timer yellow)?

fangeugene commented 6 years ago

Timer yellow extends almost the whole way and I don't want to rely on pixel-perfect tracking.

andrewda commented 6 years ago

Good point okay. This'll do for now until it breaks and we have to find a better way.