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
art-cam-raspberry_bbk_feb17:material [2017/03/03 22:23]
admin [RaspiCam old]
art-cam-raspberry_bbk_feb17:material [2017/03/03 22:28]
admin [FTP]
Line 76: Line 76:
 [[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 94: Line 100:
  
 ---- ----
-==== RaspiCam old ====+==== RaspiCam ====
 [[http://www.raspberrypi.org/documentation/raspbian/applications/camera.md]]\\ [[http://www.raspberrypi.org/documentation/raspbian/applications/camera.md]]\\
 [[https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspivid.md]]\\ [[https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspivid.md]]\\
Line 102: Line 108:
  
 ---- ----
-==== Picamera ====+**Picamera**\\
 [[https://www.raspberrypi.org/learning/getting-started-with-picamera/worksheet/]]\\ [[https://www.raspberrypi.org/learning/getting-started-with-picamera/worksheet/]]\\
  
Line 113: Line 119:
  
 ---- ----
 +==== Web Stream ====
  
 +[[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\\ 
-==== OpenWebCam ==== +configuration:\\ 
-[[https://www.thomas-ronde.de/index.php]]\\ +  $ sudo nano /etc/uv4l/uv4l-raspicam.conf
-[[http://watchthiscam.com/blog/category/random-cameras/]]\\+
  
 +**Watch Random Webcams**\\
 +[[http://watchthiscam.com/blog/2011/08/19/how-to-find-random-webcams-using-inurl-to-find-the/]]\\
  
 +----
 ---- ----
 ==== GPIO ==== ==== GPIO ====
Line 141: Line 163:
  
 ---- ----
-==== 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:\\