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 Both sides next revision
art-cam-raspberry_bbk_feb17:material [2017/03/03 22:24]
admin [RaspiCam old]
art-cam-raspberry_bbk_feb17:material [2017/03/03 22:25]
admin [OpenWebCam]
Line 116: Line 116:
  
 ---- ----
-==== OpenWebCam ==== +==== Web Stream ====
-[[https://www.thomas-ronde.de/index.php]]\\ +
-[[http://watchthiscam.com/blog/category/random-cameras/]]\\+
  
 +[[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/]]\\
 +
 +----
 ---- ----
 ==== GPIO ==== ==== GPIO ====