meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
maemo:python_and_n900 [2011/08/09 13:35]
japskua [Using Camera]
maemo:python_and_n900 [2011/08/11 09:56]
japskua [Using Microphone]
Line 71: Line 71:
     sound = player.Load("button-4.wav")     sound = player.Load("button-4.wav")
     # Play the file     # Play the file
-    Player.play(sound)+    player.Play(sound)
 </file> </file>
  
Line 93: Line 93:
 <code shell> <code shell>
 sudo gainroot sudo gainroot
-apt-get install gstreamer0.10-alsa gstreamer0.10-flac+apt-get install gstreamer0.10-alsa gstreamer0.10-flac gstreamer0.10-plugins-good-extra
 </code> </code>
  
Line 132: Line 132:
 @email: japskua@gmail.com @email: japskua@gmail.com
  
-@requires: gstreamer0.10-alsa, gstreamer0.10-flac+@requires: gstreamer0.10-alsa, gstreamer0.10-flac, gstreamer0.10-plugins-good-extra
 """ """
  
Line 206: Line 206:
 sudo gainroot sudo gainroot
 python camera.py python camera.py
 +
 (or in scratchbox) (or in scratchbox)
 +
 +fakeroot
 python2.5 camera.py python2.5 camera.py
 </code> </code>