树莓派摄像头操作命令及流程

匿名 (未验证) 提交于 2019-12-03 00:34:01

raspistill -otestcapture.jpg -vf

raspistill -otestcapture.jpg -hf

-o

Raspistill -o testcapture.png -e png(

Raspistill -o testcapture.bmp -e bmp(

Raspistill -o testcapture.gif -e gif(

Raspistill -w 1920 -h 1080 -ofullhdcapture.jpg

-w

raspistill-t 10000 -o tensecondcapture.jpg()

raspistill-t 1 -o instancapture.jpg()

Raspivid -o testvideo.h246H.246

raspivid -w 1280 -h 720 -ofullhvideo.h246

raspivid -t 60000 -ominutelongvideo.h246

shell

Mkdir timeplace#

Cd timeplace#

Nano timeplace.sh #

#bin/bash#bash shell

#capture time-lapse images using raspistillapplication#

While true

Do

Flamename=’data+%Y%M%D%H%M%S’.jpg#data

Raspistill -w 1920 -h 1080 -t 1 -o$filename#

Echo Image captured#

Sleep 30#

Done #

Chmod +xtimeplace.sh

./timeplace.sh

raspistill -otestcapture.jpg -vf

raspistill -otestcapture.jpg -hf

-o

Raspistill -o testcapture.png -e png(

Raspistill -o testcapture.bmp -e bmp(

Raspistill -o testcapture.gif -e gif(

Raspistill -w 1920 -h 1080 -ofullhdcapture.jpg

-w

raspistill-t 10000 -o tensecondcapture.jpg()

raspistill-t 1 -o instancapture.jpg()

Raspivid -o testvideo.h246H.246

raspivid -w 1280 -h 720 -ofullhvideo.h246

raspivid -t 60000 -ominutelongvideo.h246

shell

Mkdir timeplace#

Cd timeplace#

Nano timeplace.sh #

#bin/bash#bash shell

#capture time-lapse images using raspistillapplication#

While true

Do

Flamename=’data+%Y%M%D%H%M%S’.jpg#data

Raspistill -w 1920 -h 1080 -t 1 -o$filename#

Echo Image captured#

Sleep 30#

Done #

Chmod +xtimeplace.sh

./timeplace.sh


标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!