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
Next revision Both sides next revision
raspberry-udk_ss2016:material [2016/07/07 22:04]
admin [OMX Player]
raspberry-udk_ss2016:material [2016/07/08 01:16]
admin [Python]
Line 81: Line 81:
 [[http://embedded-artist.net/doku.php?id=python_omxplayer]] [[http://embedded-artist.net/doku.php?id=python_omxplayer]]
 {{:raspberry-udk_ss2016:pyomxplayer.py.tar|}}\\ {{:raspberry-udk_ss2016:pyomxplayer.py.tar|}}\\
 +   $ sudo apt-get install libpcre3 fonts-freefont-ttf python-pexpect
    $ wget http://dernulleffekt.de/programme/pyomxplayer.py.tar    $ wget http://dernulleffekt.de/programme/pyomxplayer.py.tar
    $ tar -xvf pyomxplayer.py.tar    $ tar -xvf pyomxplayer.py.tar
    $ sudo chmod 755 pyomxplayer.py    $ sudo chmod 755 pyomxplayer.py
-   +   $ sudo cp pyomxplayer.py /usr/local/lib/python2.7/dist-packages 
 ---- ----
 ==== RaspiCam ==== ==== RaspiCam ====
Line 118: Line 120:
 [[https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf|Python 3 Cheat Sheet]]\\ [[https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf|Python 3 Cheat Sheet]]\\
 [[https://www.raspberrypi.org/magpi/issues/essentials-games-vol1/|Make Games with Python]]\\ [[https://www.raspberrypi.org/magpi/issues/essentials-games-vol1/|Make Games with Python]]\\
 +**GPIO**\\
 +[[https://pypi.python.org/pypi/RPi.GPIO]]\\
 **picamera:**\\ **picamera:**\\
 [[http://picamera.readthedocs.org/en/release-1.4/]]\\ [[http://picamera.readthedocs.org/en/release-1.4/]]\\