# HG changeset patch # User Christophe Lincoln # Date 1399763054 -7200 # Node ID 8865300bbec589d4df4088b29db00a1d45664ac3 # Parent 12eb40521a1c0411e02a4bba9437380ba5c0eb4f Improve picam in PiBook diff -r 12eb40521a1c -r 8865300bbec5 arm/codex/pibook.html --- a/arm/codex/pibook.html Sat May 10 19:14:49 2014 +0100 +++ b/arm/codex/pibook.html Sun May 11 01:04:14 2014 +0200 @@ -504,13 +504,25 @@

- After reboot you can test the camera with 'raspivid' and take a picture - via the CGI/Web Camera plugin. To test the camera: + After reboot you can test the camera with raspivid and take a + picture via the CGI/Web Camera plugin. To test the camera:

+$ su -
 # raspivid -d
 
+

Pictures with Raspistill

+ +

+ The official tool to take pictures with the camera board is + raspistill. The following command will take a picture + and create the PNG image shot.png: +

+
+# raspistill -o shot.png
+
+

PiGlow from Pimorini