From cd2764244ec5554d2851f40ea17f44ef2cb7c88c Mon Sep 17 00:00:00 2001 From: st33v Date: Sat, 14 Jan 2017 15:49:57 +1100 Subject: minor formatting --- takepix.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'takepix.sh') diff --git a/takepix.sh b/takepix.sh index 6a602b0..9dfac8e 100755 --- a/takepix.sh +++ b/takepix.sh @@ -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 -- cgit v1.3