Quote:
Originally Posted by artdutra04
Instead of getting crazy with sound or video recognition you could add in FRC or TBA API calls to get the match score, then generate a PNG or JPG image with all the info, then append that to the end of the match video as a still image slide for a few seconds.
|
This is a pretty great idea. The FRC API includes actual match start time in its
Results endpoint (we'll add it into TBA if
this ever happens).
I bet you could manually sync the video with the actual times by entering them both for the first match, then have a script calculate the rest of match start times using the API, then cut out the next ~2:30.
This actually seems really feasible. If I get the chance today, I'll try and integrate that into my
python scripts