Instructions

Ausgabe 20.10.2017 Copyright by Joy-IT 8
3
6. Using the camera
6.1 Taking photos
To take pictures, you can use the following console command:
The image will be saved in the user directory (/home/pi) named image.jpg.
6.2 Taking videos
You can take videos with the following command:
The command „-t 1000“ denes how long the video is taken.
In this case, the video is captured for 10 seconds.
The video will be saved in the user directory (/home/pi) named video.h264.
5MP Camera for Raspberry Pi
raspistill –o image.jpg
Raspivid –o video.h264 –t 10000