Webcam: Difference between revisions

From XPUB & Lens-Based wiki
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Camera + Static mount + Network Transmission
Camera + Static mount + Network Transmission


{{#Widget:Video|webm=http://pzwart1.wdka.hro.nl:8000/webcam.ogg}}


== History ==
== History ==
Line 32: Line 33:


* [[Alexei Shulgin]]'s [[Privatronics]]
* [[Alexei Shulgin]]'s [[Privatronics]]
* Peter Westenberg's [activearchives.org/aaa/resources/194/ Stare]
* [[BIT]] / [[Kate Rich]]
* Peter Westenberg's [http://activearchives.org/aaa/resources/194/ Stare]
* [http://www.ubermatic.org/?p=221| Michelle Teran] & [http://routes-routines.constantvzw.org/?p=184 Peter Westenberg][http://gallery3.constantvzw.org/ballade-sous-surveillance]
* [http://www.ubermatic.org/?p=221| Michelle Teran] & [http://routes-routines.constantvzw.org/?p=184 Peter Westenberg][http://gallery3.constantvzw.org/ballade-sous-surveillance]
* [http://www.ambienttv.net/content/?q=dpamanifesto Manifesto for CCTV Filmmakers]
* [http://www.ambienttv.net/content/?q=dpamanifesto Manifesto for CCTV Filmmakers] Manu Luksch's [http://www.youtube.com/watch?v=yLzJCeGYgbg Faceless: Trailer]
* from the [http://unpleasant.pravi.me/cctv-enhanced/#more-180 Unpleasant Design blog]: [http://www.youtube.com/watch?v=zsf1VhZ9L7c&feature=player_embedded Tag & Track] & [https://vimeo.com/36239715 Timo Arnall "Robot readable world"] Collection of "found" footage showing Computer Vision Algorithms (better without the soundtrack)
* from the [http://unpleasant.pravi.me/cctv-enhanced/#more-180 Unpleasant Design blog]: [http://www.youtube.com/watch?v=zsf1VhZ9L7c&feature=player_embedded Tag & Track] & [https://vimeo.com/36239715 Timo Arnall "Robot readable world"] Collection of "found" footage showing Computer Vision Algorithms (better without the soundtrack)
* http://oneframeoffame.com/
* [http://www.blueservo.net/ Mexican Border Watch, Login: lasselvdbc@gmail.com]


== Software ==
== Software ==
* [[motion]]
* [[motion]]
*
* [[gstreamer]]


== Example ==
== Example ==
Line 53: Line 57:


http://variable.constantvzw.org/define/index.php/PiEye
http://variable.constantvzw.org/define/index.php/PiEye
== other links ==
* [http://www.radiolab.org/2012/may/21/ Radiolab: Colors], http://www.myvideopoint.com/cutbit-himba-tribe-colour-experiment-video_25bf2bced.html

Latest revision as of 12:32, 18 February 2013

Camera + Static mount + Network Transmission

History

Trojan_Room_coffee_pot_xcoffee.png

wikipedia: Trojan Room coffee pot

Webcam

Initially a "webcam" referred to a website (or URL thereof) where once could view a feed of (nearly) live pictures. The actual detail of the setup (the kind of camera and how it was connected to the web) was less secondary to the general assemblage in which an automated process continually sends pictures from a statically mounted camera making these available at some (public) web page or address.

Webcams were often displayed as static images (using HTML's image tag) combined with "meta refresh" tags to force a page to periodically reload. Java applets were also used to make more sophisticated (and fluid) viewers that could refresh their image without reloading their containing pages.

The contemporary meaning of a kind of camera that attaches (via USB) or more commonly is built in to a computer marks a shift, most notably to a device that is now typically used in private point-to-point conversations (via a program such as Skype).

The term 'webcam' (a portmanteau) may also be used in its original sense of a video camera connected to the Web continuously for an indefinite time, rather than for a particular session, generally supplying a view for anyone who visits its web page over the Internet. Some of them, for example, those used as online traffic cameras, are expensive, rugged professional video cameras.

Always On

irational.org/cctv Heath Bunting

Some live webcams

Work

Software

Example

Some code to use gstreamer to make a live webcam stream (using Icecast)...

gst-launch-0.10 \
oggmux name=mux ! shout2send ip=79.99.202.57 password=hackme mount=variable.ogg \
alsasrc device="plughw:CameraB404271" ! audio/x-raw-int,rate=8000,channels=1,depth=8 ! queue ! audioconvert ! \
vorbisenc ! queue ! mux. \
v4l2src  ! 'video/x-raw-yuv,width=320,height=240,framerate=30/1' ! videorate max-rate=4 !  theoraenc ! mux.

http://variable.constantvzw.org/define/index.php/PiEye

other links