Categories
Webcams

Easily turn any webcam image into video on an OS X Dashboard widget

I have a few webcams on my network which I can access via URLs like http://198.162.1.30:8080/cam.jpg. Here’s a handy little bookmarklet (pagelet?) which allows you to turn any such webcam URL into live video (here, 1 fps): data:text/html,<img src=”http://198.162.1.30:8080/shot.jpg” onload=”var img = this; setTimeout( function(){ img.src = img.src; }, 1000 )”> Paste this  data:  URL into […]