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
art-cam-raspberry_bbk_feb17:material [2017/03/03 22:16]
admin [Image Brennen]
art-cam-raspberry_bbk_feb17:material [2017/03/04 10:37]
admin [Links]
Line 28: Line 28:
   Enpacken ab 4GB:   Enpacken ab 4GB:
   $ tar -xzvf image.img   $ tar -xzvf image.img
- +<del>[[http://alltheware.wordpress.com/2012/12/11/easiest-way-sd-card-setup/|SD card setup]]\\ 
-[[http://alltheware.wordpress.com/2012/12/11/easiest-way-sd-card-setup/|SD card setup]]\\ +[[http://ivanx.com/raspberrypi/|Pi Filler]]</del>
-[[http://ivanx.com/raspberrypi/|Pi Filler]]+
  
 ---- ----
 ==== Handouts ==== ==== Handouts ====
-{{ :art-cam-raspberry_bbk_feb17:full-hd-art-cam_mit_dem_raspberry_pi_tag1_handout.pdf |Handout_Tag1}}\\+{{ :art-cam-raspberry_bbk_feb17:full-hd-art-cam_mit_dem_raspberry_pi_tag1_handout.pdf |Handout Tag1}}\\ 
 +{{ :art-cam-raspberry_bbk_feb17:full-hd-art-cam_mit_dem_raspberry_pi_tag2_handout.pdf |Handout Tag2}}\\
  
 ---- ----
Line 77: Line 77:
 [[https://cyberduck.io/]]\\ [[https://cyberduck.io/]]\\
 [[https://filezilla-project.org/]] [[https://filezilla-project.org/]]
 +
 +----
 +==== Python ====
 +[[https://www.raspberrypi.org/documentation/usage/python/]]\\
 +[[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]]\\
  
 ---- ----
Line 83: Line 89:
 [[http://elinux.org/Omxplayer]]\\ [[http://elinux.org/Omxplayer]]\\
 **Pyomxplayer**\\ **Pyomxplayer**\\
-[[http://embedded-artist.net/doku.php?id=python_omxplayer]]+[[http://embedded-artist.net/doku.php?id=python_omxplayer]]\\
 {{:art-cam-raspberry_bbk_feb17:pyomxplayer.py.tar|}}\\ {{:art-cam-raspberry_bbk_feb17:pyomxplayer.py.tar|}}\\
    $ sudo apt-get install libpcre3 fonts-freefont-ttf python-pexpect    $ sudo apt-get install libpcre3 fonts-freefont-ttf python-pexpect
Line 90: Line 96:
    $ sudo chmod 755 pyomxplayer.py    $ sudo chmod 755 pyomxplayer.py
    $ sudo cp pyomxplayer.py /usr/local/lib/python2.7/dist-packages    $ sudo cp pyomxplayer.py /usr/local/lib/python2.7/dist-packages
 +
 +**Sync Video**\\
 +[[https://github.com/turingmachine/omxplayer-sync]]\\
  
 ---- ----
Line 97: Line 106:
 [[https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md]]\\ [[https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md]]\\
 [[http://www.raspberrypi.org/wp-content/uploads/2013/07/RaspiCam-Documentation.pdf]]\\ [[http://www.raspberrypi.org/wp-content/uploads/2013/07/RaspiCam-Documentation.pdf]]\\
 +
 +
 +----
 **Picamera**\\ **Picamera**\\
 +[[https://www.raspberrypi.org/learning/getting-started-with-picamera/worksheet/]]\\
 +
 +[[https://picamera.readthedocs.io/en/release-1.12/index.html]]\\
 [[http://embedded-artist.net/doku.php?id=picamera]]\\ [[http://embedded-artist.net/doku.php?id=picamera]]\\
-[[http://picamera.readthedocs.org/en/release-1.4/]]\\+ 
 +** Change H264 to mp4** 
 +  $ sudo apt-get install gpac 
 +  $ MP4Box -add filename.h264 filename.mp4
  
 ---- ----
-==== OpenWebCam ==== +==== Web Stream ====
-[[https://www.thomas-ronde.de/index.php]]\\ +
-[[http://watchthiscam.com/blog/category/random-cameras/]]\\+
  
 +[[http://www.howtoembed.com/projects/raspberry-pi/78-pieye-webcam-streaming-in-m-jpg-format-with-raspberry-pi]]\\
 +[[https://support.ustream.tv/hc/en-us/articles/207852457-Raspberry-Pi-Streaming-video-to-Ustream]]\\
 +[[http://raspi-sec.com/index.html]]\\
 +[[http://www.slblabs.com/2012/09/26/rpi-webcam-stream/]]\\
 +**UV4L**\\
 +[[http://www.linux-projects.org/uv4l/]]\\
 +[[http://www.linux-projects.org/uv4l/installation/]]\\
 +  $ curl http://www.linux-projects.org/listing/uv4l_repo/lrkey.asc | sudo apt-key add - 
 +  $ sudo nano /etc/apt/sources.list
 +  Einfügen: deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/ jessie main
 +  $ sudo apt-get update
 +  $ sudo apt-get install uv4l uv4l-raspicam uv4l-raspicam-extras uv4l-server
 +  $ sudo service uv4l_raspicam restart
  
 +http://myIP:8080\\
 +configuration:\\
 +  $ sudo nano /etc/uv4l/uv4l-raspicam.conf
 +
 +**Watch Random Webcams**\\
 +[[http://watchthiscam.com/blog/2011/08/19/how-to-find-random-webcams-using-inurl-to-find-the/]]\\
 +
 +----
 ---- ----
 ==== GPIO ==== ==== GPIO ====
Line 127: Line 164:
  
 ---- ----
-==== Python ==== 
-[[https://www.raspberrypi.org/documentation/usage/python/]]\\ 
-[[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]]\\ 
-**GPIO**\\ 
-[[https://pypi.python.org/pypi/RPi.GPIO]]\\ 
-**picamera:**\\ 
-[[http://picamera.readthedocs.org/en/release-1.4/]]\\ 
-[[http://embedded-artist.net/doku.php?id=picamera]]\\ 
-**pyomxplayer:**\\ 
-[[http://embedded-artist.net/doku.php?id=python_omxplayer]]\\ 
-**raspberry-gpio-python:**\\ 
-[[http://sourceforge.net/p/raspberry-gpio-python/wiki/Examples/]]\\ 
-**servo:**\\ 
-[[http://kampis-elektroecke.de/?page_id=3066]]\\ 
-[[https://learn.adafruit.com/adafruits-raspberry-pi-lesson-8-using-a-servo-motor/overview]]\\ 
-{{:art-cam-raspberry_bbk_feb17:servo_test.py.zip|}}\\ 
  
----- 
-==== Pure Data ==== 
-pure data:\\ 
-    $ sudo apt-get install puredata 
-pd-extended:\\ 
-[[http://embedded-artist.net/doku.php?id=image_modifikations#pd-extended]]\\ 
  
-[[http://puredata.info/]]\\ 
-[[http://puredata.info/docs/raspberry-pi]]\\ 
-Pduino:\\ 
-[[http://at.or.at/hans/pd/objects.html|Arduino & PD]]\\ 
-{{:art-cam-raspberry_bbk_feb17:pduino-0.5.zip|}}\\ 
-  $ cd pd-sketchbook/ 
-  $ wget http://dernulleffekt.de/programme/Pduino-0.5.tar.gz 
-  $ tar -xvf Pduino-0.5.tar.gz 
  
-Manuals:\\ 
-[[http://www.pd-tutorial.com/|Programming Electronic Music in Pd - Johannes Kreidler]]\\ 
-[[http://en.flossmanuals.net/puredata/|Pure Data Flossmanual]]\\ 
-[[http://puredata.info/docs/manuals]]\\ 
-Example:\\ 
-{{:art-cam-raspberry_bbk_feb17:amenbreak.zip|}}\\ 
- 
----- 
-==== Processing ==== 
-[[https://processing.org/]]\\ 
-[[https://github.com/processing/processing/wiki/Raspberry-Pi]]\\ 
-   $ curl https://processing.org/download/install-arm.sh | sudo sh 
-    
----- 
- 
-==== SuperCollider ==== 
-[[http://sam.aaron.name/2012/11/02/supercollider-on-pi.html]]\\ 
-[[https://supercollider.github.io/development/building-raspberrypi.html]]\\ 
- 
----- 
 ==== Links ==== ==== Links ====
 The MagPi:\\ The MagPi:\\
Line 200: Line 186:
 [[http://www.segor.de]]\\ [[http://www.segor.de]]\\
 [[http://www.sly.de]]\\ [[http://www.sly.de]]\\
-[[http://www.tinkersoup.de]]\\+
 Versand:\\ Versand:\\
 [[http://www.sparkfun.com]]\\ [[http://www.sparkfun.com]]\\
Line 206: Line 192:
 [[http://www.pollin.de/shop]]\\ [[http://www.pollin.de/shop]]\\
 [[http://www.watterott.com]]\\ [[http://www.watterott.com]]\\
 +[[http://www.tinkersoup.de]]\\
 [[http://de.rs-online.com/web/home.html]]\\ [[http://de.rs-online.com/web/home.html]]\\
 ---- ----