taking pictures is working
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
server/pictures
|
||||||
+2
-2
@@ -6,6 +6,6 @@ if [ ! -d "~/hehe-rover-pictures" ]; then
|
|||||||
mkdir ~/hehe-rover-pictures
|
mkdir ~/hehe-rover-pictures
|
||||||
fi
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user