5MP Camera with IR CUT Filter
Published: 16.07.2018
Copyright by Joy-IT
6
5.1 TAKING PICTURES
The following console command can be used to capture images with the camera:
The image is then saved under the name
image.jpg
in the user directory (/home/pi).
5.2 TAKING VIDEOS
Videos can be recorded with the following command:
The appendix
"-t 1000
" defines the duration of the recorded video.
In this case, the video recording takes 10 seconds.
The video is then saved under the name
video.h264
in the user directory (/home/pi).
raspistill –o image.jpg
Raspivid –o video.h264 –t 10000
5. USING THE CAMERA