Skip to content

Instantly share code, notes, and snippets.

Created February 21, 2013 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/5005527 to your computer and use it in GitHub Desktop.
Save anonymous/5005527 to your computer and use it in GitHub Desktop.
meemoo app: facetracker module test
{
"info": {
"author": "meemoo + auduno",
"title": "Face tracker module test",
"description": "testing Auduno's headtrackr",
"parents": [],
"url": "facetracker-test"
},
"nodes": [
{
"src": "meemoo:ui/facetracker",
"x": 550,
"y": 66,
"z": 0,
"w": 181,
"h": 89,
"state": {},
"id": 0
},
{
"src": "meemoo:image/cam",
"x": 115,
"y": 75,
"z": 0,
"w": 241,
"h": 263,
"state": {
"width": 320,
"height": 240,
"fps": 20
},
"id": 1
},
{
"src": "meemoo:image/rectangle",
"x": 638,
"y": 261,
"z": 0,
"w": 343,
"h": 257,
"state": {
"x": 75,
"y": 75,
"w": 350,
"h": 350,
"stroke": "green",
"strokewidth": 5
},
"id": 3
}
],
"edges": [
{
"source": [
1,
"stream"
],
"target": [
0,
"image"
]
},
{
"source": [
1,
"stream"
],
"target": [
3,
"background"
]
},
{
"source": [
0,
"faceRect"
],
"target": [
3,
"rect"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment