Skip to content

Instantly share code, notes, and snippets.

Created February 21, 2013 15:36

Revisions

  1. @invalid-email-address Anonymous created this gist Feb 21, 2013.
    84 changes: 84 additions & 0 deletions facetracker-test.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,84 @@
    {
    "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"
    ]
    }
    ]
    }