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
Last revision Both sides next revision
image_modifikations_jessie [2016/01/28 19:29]
admin [Python Modules]
image_modifikations_jessie [2016/02/06 21:42]
admin [Python Modules]
Line 163: Line 163:
   $ sudo apt-get install python-serial   $ sudo apt-get install python-serial
  
-__install python OSC:__ !!!\\+__install pyOSC:__\\
 <del>  $ sudo pip install pyosc</del>\\ <del>  $ sudo pip install pyosc</del>\\
-  $ sudo pip install python-osc+  $ wget https://pypi.python.org/packages/source/p/pyOSC/pyOSC-0.3.5b-5294.tar.gz 
 +  $ tar -xvf pyOSC-0.3.5b-5294.tar.gz 
 +  $ cd pyOSC-0.3.5b-5294/ 
 +  $ sudo ./setup.py install
  
 __install python pi cam__ __install python pi cam__
Line 172: Line 175:
   -> enable camera   -> enable camera
  
-__install python 3D:__+__install python 3D:__\\
 [[https://github.com/tipam/pi3d]] [[https://github.com/tipam/pi3d]]
   $ sudo pip install pi3d   $ sudo pip install pi3d
Line 178: Line 181:
   -> gpu_mem=128   -> gpu_mem=128
   $ sudo apt-get install python-pil   $ sudo apt-get install python-pil
-  $ sudo nano /etc/apt/sources.list  
-remouve this line from the list again: 
-  deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi 
  
 __install python omxplayer:__\\ __install python omxplayer:__\\
-copy from:\\ 
 [[https://github.com/dernulleffekt/embedded-artist/tree/master/python]]\\ [[https://github.com/dernulleffekt/embedded-artist/tree/master/python]]\\
-  pyomxplayer.py 
-  pyomxplayer.pyc 
 in:\\ in:\\
-/usr/local/lib/python2.7/dist-packages\\+  $ sudo wget https://github.com/dernulleffekt/embedded-artist/archive/master.zip 
 +  $ unzip master.zip 
 +  $ cd embedded-artist-master/python/ 
 +  $ sudo cp pyomxplayer.py /usr/local/lib/python2.7/dist-packages
 +  $ sudo pip install pexpect
  
 ---- ----
Line 204: Line 205:
      auto eth0:1      auto eth0:1
      iface eth0:1 inet static      iface eth0:1 inet static
-       address 192.168.0.111+       address 192.168.0.211
        netmask 255.255.255.0        netmask 255.255.255.0
  
Line 210: Line 211:
 CTRL+O, Enter, CTRL+X CTRL+O, Enter, CTRL+X
  
-3. Restart ethernet +3. Reboot 
-  $ sudo ifdown eth0:1 +  $ sudo reboot
-  $ sudo ifup eth0:1+
  
 3. Now you can login on your computer with: 3. Now you can login on your computer with:
-  $ ssh pi@192.168.0.111+  $ ssh pi@192.168.0.211
 or with XWindows  support: or with XWindows  support:
-  $ ssh -XY pi@192.168.0.111 +  $ ssh -XY pi@192.168.0.211
-PW: raspberry\\+
  
 ---- ----
Line 238: Line 237:
   $ sudo nano /boot/config.txt   $ sudo nano /boot/config.txt
 edit: edit:
 +  # Disable the camera LED
   disable_camera_led=1   disable_camera_led=1
  
 ---- ----
 ==== Omxplayer ==== ==== Omxplayer ====
-To prevent the OMXPlayer to show the time and "pause" one have to downgrade it to version 0.2.7.\\+  $ sudo apt-get install omxplayer 
 + 
 +<del>To prevent the OMXPlayer to show the time and "pause" one have to downgrade it to version 0.2.7.\\
   $ sudo apt-get autoremove omxplayer   $ sudo apt-get autoremove omxplayer
   $ sudo apt-get install libpcre3 fonts-freefont-ttf    $ sudo apt-get install libpcre3 fonts-freefont-ttf 
-  $ wget http://omxplayer.sconde.net/builds/omxplayer_0.2.7~git20130615~d87aa60a_armhf.deb+  $ wget http://dernulleffekt.de/programme/omxplayer_0.2.7~git20130615~d87aa60a_armhf.deb
   $ sudo dpkg -i omxplayer_0.2.7~git20130615~d87aa60a_armhf.deb   $ sudo dpkg -i omxplayer_0.2.7~git20130615~d87aa60a_armhf.deb
-  $ rm omxplayer_0.2.7~git20130615~d87aa60a_armhf.deb+  $ rm omxplayer_0.2.7~git20130615~d87aa60a_armhf.deb</del>
  
 ---- ----
 ==== Others ==== ==== Others ====
    $ sudo apt-get install htop    $ sudo apt-get install htop
 +   $ sudo apt-get install idle
 +   $ sudo apt-get install git
        
 ---- ----