summaryrefslogtreecommitdiff
path: root/takepix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'takepix.sh')
-rwxr-xr-xtakepix.sh9
1 files changed, 6 insertions, 3 deletions
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