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:25]
admin [OpenWebCam]
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 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 111: Line 117:
   $ sudo apt-get install gpac   $ sudo apt-get install gpac
   $ MP4Box -add filename.h264 filename.mp4   $ MP4Box -add filename.h264 filename.mp4
- 
----- 
- 
  
 ---- ----
Line 160: 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:\\