Open mike6649 opened 4 years ago
Tested with positive result
TODO:
-i (interval)
Optional argument. Specify the time interval to capture images in seconds.
If this argument is not provided, then it defaults to 0.5 seconds.
-d (directory)
Optional argument. Specify a directory where images are stored. If the directory does not exist, it is created.
If this argument is not provided, then it defaults to /home/pi/reef-mapping/<YYYYMMDD_HHMMSS>/
, like /home/pi/reef-mapping/20200624_135023/
.Useful resource: https://docs.python.org/3/howto/argparse.html
8cd88e1 Added python script