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

Added command line arguments #20

Open snowsignal opened 7 years ago

snowsignal commented 7 years ago

I've added 4 command line arguments, including --help,--v, --readfromfile, and --frameskiprate. I also added the option to read from files, which iterates over a video file at a speed determined by the --frameskiprate option. I've put the command line argument handling in a separate module for convenience.

andrewda commented 7 years ago

Awesome! Will test this out in a bit 😄

snowsignal commented 7 years ago

Are you finished testing yet?

andrewda commented 7 years ago

@JacksonCoder Yea sorry, tested and works great. I'm going to make some changes to the arguments file then should be good to go!