>From your new command error, i know now that I need to install gst-launch : i'll retry after having installed it<br><br><div class="gmail_quote">2011/12/6 James Cameron <span dir="ltr"><<a href="mailto:quozl@laptop.org">quozl@laptop.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Tue, Dec 06, 2011 at 01:19:13AM +0100, laurent bernabe wrote:<br>
> Here the stack trace for the camera example<br>
</div><div class="im">> File "<<myhome>>/.sugar/default/org.laptop.Pippy/tmp/pippy_app.py" line 35, in <module><br>
>    image = pygame.image.load('/tmp/pippypic.jpg')<br>
> pygame.error : Unsupported image format<br>
<br>
</div>Thanks!  This means the gst did not save an image from the camera.<br>
<br>
Please try in a Terminal shell:<br>
<br>
gst-launch v4l2src ! ffmpegcolorspace ! jpegenc ! filesink location=/tmp/pippypic.jpg<br>
<br>
and show me any error output.<br>
<br>
If there is no error output, wait a second, then press Control/C.  (If<br>
the command is left to run, /tmp/pippypic.jpg grows continuously as<br>
frames are stored in the file.)<br>
<br>
Please check you have adequate free space in /tmp directory.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
James Cameron<br>
<a href="http://quozl.linux.org.au/" target="_blank">http://quozl.linux.org.au/</a><br>
</font></span></blockquote></div><br>