Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
image_modifikations_jessie [2016/01/28 19:30] admin [Python Modules] |
image_modifikations_jessie [2016/02/07 00:35] (current) admin [Others] |
||
|---|---|---|---|
| Line 163: | Line 163: | ||
| $ sudo apt-get install python-serial | $ sudo apt-get install python-serial | ||
| - | __install | + | __install |
| < | < | ||
| - | $ sudo pip install | + | $ wget https:// |
| + | $ 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:// | [[https:// | ||
| $ sudo pip install pi3d | $ sudo pip install pi3d | ||
| Line 180: | Line 183: | ||
| __install python omxplayer: | __install python omxplayer: | ||
| - | copy from:\\ | ||
| [[https:// | [[https:// | ||
| - | pyomxplayer.py | ||
| - | pyomxplayer.pyc | ||
| in:\\ | in:\\ | ||
| - | / | + | $ sudo wget https:// |
| + | $ unzip master.zip | ||
| + | $ cd embedded-artist-master/ | ||
| + | $ sudo cp pyomxplayer.py | ||
| + | $ sudo pip install pexpect | ||
| ---- | ---- | ||
| Line 201: | Line 205: | ||
| auto eth0:1 | auto eth0:1 | ||
| iface eth0:1 inet static | iface eth0:1 inet static | ||
| - | | + | |
| | | ||
| Line 207: | 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 | or with XWindows | ||
| - | $ ssh -XY pi@192.168.0.111 | + | $ ssh -XY pi@192.168.0.211 |
| - | PW: raspberry\\ | + | |
| ---- | ---- | ||
| Line 235: | Line 237: | ||
| $ sudo nano / | $ sudo nano / | ||
| 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 " | + | $ sudo apt-get install omxplayer |
| + | |||
| + | <del>To prevent the OMXPlayer to show the time and " | ||
| $ 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/ | + | $ wget http://dernulleffekt.de/programme/ |
| $ 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</ |
| ---- | ---- | ||
| ==== Others ==== | ==== Others ==== | ||
| - | $ sudo apt-get install htop | + | $ sudo apt-get install htop idle git tcpdump |
| ---- | ---- | ||