frc-score-detection
frc-score-detection copied to clipboard
Added command line arguments
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.
Awesome! Will test this out in a bit 😄
Are you finished testing yet?
@JacksonCoder Yea sorry, tested and works great. I'm going to make some changes to the arguments file then should be good to go!