Update image.py

This commit is contained in:
tpollina 2019-12-13 12:34:09 -08:00 committed by GitHub
parent c7cb995ac7
commit 760bb101f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,9 @@
#!/usr/bin/env python
#Imaging a volume of 24ml with a flowrate of 3.2ml/min
#in folder named "/home/pi/Desktop/tara_pacific/20200226/142632/"
#python3.7 path/to/file/image.py tara_pacific 20200226 142632 24 3.2
import time
from time import sleep
from picamera import PiCamera