diff options
| author | st33v <github@f3rr3t.com> | 2017-01-14 15:49:57 +1100 |
|---|---|---|
| committer | st33v <github@f3rr3t.com> | 2017-01-14 15:49:57 +1100 |
| commit | cd2764244ec5554d2851f40ea17f44ef2cb7c88c (patch) | |
| tree | 612811b368fea57c5778fb41e1b9b475d14dad68 /takepix.sh | |
| parent | 0df9a91db4dd190a47371eba53556713214d1f43 (diff) | |
minor formatting
Diffstat (limited to 'takepix.sh')
| -rwxr-xr-x | takepix.sh | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -20,13 +20,16 @@ camHerderHostname='stan' # Substitute your cam 'controller' hostname or LAN I case ${artist^^} in LUCERNE) - /opt/vc/bin/raspistill -vf -hf -x IFD1.Artist=${artist} -q $jpgQuality -md 4: -o $thispic;; + /opt/vc/bin/raspistill -vf -hf -x IFD1.Artist=${artist} -q $jpgQuality -md 4: -o $thispic + ;; NEATHERD) - /opt/vc/bin/raspistill -x IFD1.Artist=${artist} -q $jpgQuality -md 4: -o $thispic;; + /opt/vc/bin/raspistill -x IFD1.Artist=${artist} -q $jpgQuality -md 4: -o $thispic + ;; *) - /opt/vc/bin/raspistill -x IFD1.Artist=${artist} -q $jpgQuality -md 4: -o $thispic;; + /opt/vc/bin/raspistill -x IFD1.Artist=${artist} -q $jpgQuality -md 4: -o $thispic + ;; esac |
