Skip to content

Instantly share code, notes, and snippets.

@MicahStevens
MicahStevens / webcam.html
Created October 31, 2014 19:54
An html file setup to control a Foscam HD camera. Read more here:
<!DOCTYPE html>
<html>
<head>
<title>Webcam</title>
<style type="text/css">
body {
text-align:center;
background-color:#000000;
color: #fff;
}