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
internet-of-art-raspberry_paderborn-ws2016-17:material [2016/11/11 09:22]
admin [OMX Player]
internet-of-art-raspberry_paderborn-ws2016-17:material [2016/11/13 16:10]
admin [Web Stream]
Line 54: Line 54:
 [[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html]]\\ [[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html]]\\
 [[http://alexcappiello.com/15122-f12/win-ssh.php|X11-forwarding on Windows]]\\ [[http://alexcappiello.com/15122-f12/win-ssh.php|X11-forwarding on Windows]]\\
 +[[http://www.chip.de/downloads/X-Win-32_12990610.html]]\\
 X11 forwarding on Mac:\\ X11 forwarding on Mac:\\
 [[https://www.xquartz.org/]]\\ [[https://www.xquartz.org/]]\\
Line 91: Line 92:
 ---- ----
 ==== RaspiCam ==== ==== RaspiCam ====
-[[http://www.raspberrypi.org/documentation/raspbian/applications/camera.md]]\\ +[[https://www.raspberrypi.org/learning/getting-started-with-picamera/worksheet/]]\\
-[[https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspivid.md]]\\ +
-[[https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md]]\\ +
-[[http://www.raspberrypi.org/wp-content/uploads/2013/07/RaspiCam-Documentation.pdf]]\\+
 **Picamera**\\ **Picamera**\\
 +[[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]]\\
 +
 +----
 +
 +==== 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\\
 +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/]]\\
  
 ---- ----