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
internet-of-art-raspberry_paderborn-ws2016-17:material [2016/11/11 09:32]
admin [Web Stream]
internet-of-art-raspberry_paderborn-ws2016-17:material [2016/12/12 20:13]
admin [RaspiCam]
Line 1: Line 1:
 ===== Internet of Art: Raspberry-Web-Cam ===== ===== Internet of Art: Raspberry-Web-Cam =====
  
 +[[http://workshop.dernulleffekt.de/internetofart.html]]\\
 {{:raspberry-udk_ss2016:raspberry_pi_3709.jpg?400|}}\\ {{:raspberry-udk_ss2016:raspberry_pi_3709.jpg?400|}}\\
  
Line 54: Line 55:
 [[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 93:
 ---- ----
 ==== 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]]\\
 +
 +** Change H264 to mp4**
 +  $ sudo apt-get install gpac
 +  $ MP4Box -add filename.h264 filename.mp4
  
 ---- ----
Line 103: Line 107:
  
 [[http://www.howtoembed.com/projects/raspberry-pi/78-pieye-webcam-streaming-in-m-jpg-format-with-raspberry-pi]]\\ [[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]]\\ [[https://support.ustream.tv/hc/en-us/articles/207852457-Raspberry-Pi-Streaming-video-to-Ustream]]\\
 [[http://raspi-sec.com/index.html]]\\ [[http://raspi-sec.com/index.html]]\\
 [[http://www.slblabs.com/2012/09/26/rpi-webcam-stream/]]\\ [[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/]]\\
  
 ---- ----