Skip to content

Instantly share code, notes, and snippets.

@bamthomas
Created December 5, 2011 10:41
Show Gist options
  • Save bamthomas/1433181 to your computer and use it in GitHub Desktop.
Save bamthomas/1433181 to your computer and use it in GitHub Desktop.
webcam AVSP
#!/bin/sh
sudo watch -n 1 streamer -s 1280—720 -f jpeg -o /var/www/avsp/warroom.jpeg
<head>
<meta HTTP-EQUIV="REFRESH" CONTENT="1">
</head>
<body>
<img src="warroom.jpeg"/>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment