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
internet-of-art-raspberry_paderborn-ws2016-17:material [2016/11/12 15:19]
admin [Web Stream]
internet-of-art-raspberry_paderborn-ws2016-17:material [2016/12/12 20:13] (current)
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 92: 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]]\\ +
-**convert h264 to mp4**\\ +
-[[http://www.raspberrypi-spy.co.uk/2013/05/capturing-hd-video-with-the-pi-camera-module/]]\\+
 **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 106: Line 108:
  
 [[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]]\\
Line 113: Line 114:
 [[http://www.linux-projects.org/uv4l/]]\\ [[http://www.linux-projects.org/uv4l/]]\\
 [[http://www.linux-projects.org/uv4l/installation/]]\\ [[http://www.linux-projects.org/uv4l/installation/]]\\
-  $ curl http://www.linux-projects.org/listing/uv4l_repo/lrkey.asc | sudo apt-key add - deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/ jessie main+  $ 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 update
-   $ sudo apt-get install uv4l uv4l-raspicam uv4l-raspicam-extras uv4l-server+  $ 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/]]\\
  
 ---- ----