Browse Source

taking pictures is working

Bachir Soussi Chiadmi 7 years ago
parent
commit
7d2f91799b
2 changed files with 3 additions and 2 deletions
  1. 1 0
      .gitignore
  2. 2 2
      rpi/picture.sh

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+server/pictures

+ 2 - 2
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