首页| 论坛| 消息
主题:Raspberry Pi 定时拍照
admin发表于 2016-01-06 20:21
1. 开机启动
vim /etc/rc.local
/home/pi/SimpleHTTP.sh2. 定时重启服务器,定时拍照
34 14 * * * /home/pi/KillHTTP.sh
35 14 * * * /home/pi/SimpleHTTP.sh
48* * * * /home/pi/MakePIC.sh3. 编辑文件
pi@raspberrypi ~ $ cat SimpleHTTP.sh
cd /home
python -m SimpleHTTPServer
pi@raspberrypi ~ $ cat KillHTTP.sh
killall python
pi@raspberrypi ~ $ cat MakePIC.sh
filename=`date +%Y%m%d_%H%M%S`
cd /home/pi
raspistill -t 2000 -o $filename.jpg -w 800 -h 600
回帖(1):
1楼:raspistill -o demo.jpg -w 800 -h 600 -t 500

连续拍照
raspistill -o ima ..

全部回帖(1)»
最新回帖
收藏本帖
发新帖