Created
February 21, 2013 15:36
-
-
Save anonymous/5005527 to your computer and use it in GitHub Desktop.
meemoo app: facetracker module test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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