树莓派自带命令录像

167  raspistill -o image000.jpg

  168  raspivid -o test001.h264 -t 10000

  169  raspivid -o test002.h264 -t 10000 -w 1920 -h 1080

  170  raspivid -o test003.h264 -t 10000 -w 1280 -h 720

  171  raspivid -o test004.h264 -t 10000 -w 640 -h 480

  172  raspivid -o test005.h264 -t 10000 -w 1280 -h 960

  173  luvcview

  174  raspivid -o test006.h264 -t 10000 -w 1920 -h 1440

  175  raspivid -h

  176  raspivid --help

  177  raspivid -o 111.h264

  178  raspivid 2>&1 | less

  179  raspivid -hf -vf -o 111.h264

  180  sh webcam.sh

  181  raspivid -o test006.h264 -t 10000 -w 1920 -h 1440

  182  raspivid -o test006.h264 -t 10000 -w 1600 -h 1200 -hf -vf

  183  history

  184  raspistill -t 2000 -o image.jpg

  185  nano luxiang.sh

  186  chmod +x luxiang.sh

  187  ls

  188  ./luxiang.sh

  189  nano luxiang.sh

  190  cat luxiang.sh

  191  nano luxiang.sh

  192  ./luxiang.sh &

  193  ls

  194  nano luxiang.sh

  195  raspivid -o test007.h264 -t 10000 -w 1600 -h 1200 -hf -vf &

  196  nano luxiang.sh

  197  ./luxiang.sh

  198  nano luxiang.sh

  199  ./luxiang.sh

 

#录制10秒钟分辨率为 1600 X 1200的画面翻转视频

raspivid -o test007.h264 -t 10000 -w 1600 -h 1200 -hf -vf &

#raspivid -o test007.h264 -t 240000 -w 1600 -h 1200 -hf -vf &

#30000就是30秒,60000就是60秒,240000就是40分钟。


最后编辑于:2021/01/16作者: admin