Open main menu

Changes

C779

2 bytes removed, 16:32, 9 June 2021
The above is just a list of some common commands. More detailed commands can be used by Baidu, Google or viewing help documents. Here are some specific examples:
#After a delay of two seconds (in milliseconds), take a picture and save it as
image.jpg.raspistill -t 2000 -o image.jpg
#Take a custom size photo.raspistill -t 2000 -o image.jpg -w 640 -h 480
#Record a 5 second video clip (1080p25) using the default settings.raspivid -t 5000 -o
video.h264
#Save to file a 5 second encoded camera stream image raspivid - t 5000 - O - >  My_file.h264
== Video ==