diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..55ff17e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +server/pictures diff --git a/rpi/picture.sh b/rpi/picture.sh index 990da8e..28d7a95 100755 --- a/rpi/picture.sh +++ b/rpi/picture.sh @@ -6,6 +6,6 @@ if [ ! -d "~/hehe-rover-pictures" ]; then mkdir ~/hehe-rover-pictures fi -date=date +"%Y-%m-%d" +now=$(date +"%Y-%m-%d--%T") -/opt/vc/raspistill -q 100 -o "~/hehe-rover-pictures/$date.jpg" +/opt/vc/bin/raspistill -e jpg -q 100 -o /home/alarm/hehe-rover-pictures/$now.jpg