slitaz-forge rev 557

Improve picam in PiBook
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 11 01:04:14 2014 +0200 (2014-05-11)
parents 12eb40521a1c
children 3e73056c580a
files arm/codex/pibook.html
line diff
     1.1 --- a/arm/codex/pibook.html	Sat May 10 19:14:49 2014 +0100
     1.2 +++ b/arm/codex/pibook.html	Sun May 11 01:04:14 2014 +0200
     1.3 @@ -504,13 +504,25 @@
     1.4  </pre>
     1.5  
     1.6  <p>
     1.7 -	After reboot you can test the camera with 'raspivid' and take a picture
     1.8 -	via the CGI/Web Camera plugin. To test the camera:
     1.9 +	After reboot you can test the camera with <b>raspivid</b> and take a 
    1.10 +	picture via the CGI/Web Camera plugin. To test the camera:
    1.11  </p>
    1.12  <pre>
    1.13 +$ su -
    1.14  # raspivid -d
    1.15  </pre>
    1.16  
    1.17 +<h3>Pictures with Raspistill</h3>
    1.18 +
    1.19 +<p>
    1.20 +	The official tool to take pictures with the camera board is 
    1.21 +	<b>raspistill</b>. The following command will take a picture
    1.22 +	and create the PNG image shot.png:
    1.23 +</p>
    1.24 +<pre>
    1.25 +# raspistill -o shot.png
    1.26 +</pre>
    1.27 +
    1.28  <!-- PiGlow -->
    1.29  <h2 id="piglow">PiGlow from Pimorini</h2>
    1.30