Skip to content

Instantly share code, notes, and snippets.

@forresto
Created May 10, 2012 09:18
Show Gist options
  • Save forresto/2652071 to your computer and use it in GitHub Desktop.
Save forresto/2652071 to your computer and use it in GitHub Desktop.
meemoo app: testing html5 camera navigator.getUserMedia
{
"info": {
"title": "html5 camera test",
"author": "forresto",
"description": "html5 camera to threshold",
"url": "html5cam"
},
"nodes": [
{
"src": "http://forresto.github.com/meemoo-camcanvas/stream.html",
"x": 106,
"y": 59,
"z": 0,
"w": 176,
"h": 315,
"state": {
"width": 150,
"height": 300,
"delay": 100
},
"id": 1
},
{
"src": "http://forresto.github.com/meemoo-image/threshold.html",
"x": 439,
"y": 58,
"z": 0,
"w": 174,
"h": 319,
"state": {
"threshold": 128,
"invert": false
},
"id": 2
}
],
"edges": [
{
"source": [
1,
"image"
],
"target": [
2,
"image"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment