Skip to content

Instantly share code, notes, and snippets.

@forresto
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forresto/ea32c33a741119e82c35 to your computer and use it in GitHub Desktop.
Save forresto/ea32c33a741119e82c35 to your computer and use it in GitHub Desktop.
meemoo: mlab20 animation station
{
"info": {
"title": "cam to gif station",
"author": "forresto",
"description": "webcam to animated gif",
"url": "kiosk",
"parents": [
"https://gist.github.com/ea32c33a741119e82c35"
]
},
"nodes": [
{
"id": 1,
"src": "meemoo:ui/button",
"x": 113,
"y": 70,
"w": 450,
"h": 212,
"state": {
"label": "add frame",
"background": "rgb(197, 255, 197)",
"key": "a"
}
},
{
"id": 2,
"src": "meemoo:image/cam",
"x": 869,
"y": 219,
"w": 309,
"h": 389,
"state": {
"width": 300,
"height": 300,
"fps": 20,
"start": true
}
},
{
"id": 3,
"src": "meemoo:variable/animation",
"x": 1472,
"y": 69,
"w": 367,
"h": 1053,
"state": {
"fps": 6,
"play": true
}
},
{
"id": 4,
"src": "meemoo:ui/button",
"x": 171,
"y": 508,
"w": 212,
"h": 90,
"state": {
"label": "start over",
"color": "white",
"background": "red",
"key": "x"
}
},
{
"id": 5,
"src": "meemoo:ui/checkbox",
"x": 592,
"y": 399,
"w": 80,
"h": 68,
"state": {
"value": true
}
},
{
"id": 6,
"src": "meemoo:ui/button",
"x": 877,
"y": 62,
"w": 209,
"h": 77,
"state": {
"label": "start camera"
}
}
],
"edges": [
{
"source": [
1,
"bang"
],
"target": [
2,
"send"
]
},
{
"source": [
2,
"image"
],
"target": [
3,
"push"
]
},
{
"source": [
4,
"bang"
],
"target": [
5,
"off"
]
},
{
"source": [
5,
"checked"
],
"target": [
2,
"showOnionskin"
]
},
{
"source": [
1,
"bang"
],
"target": [
5,
"on"
]
},
{
"source": [
4,
"bang"
],
"target": [
3,
"clear"
]
},
{
"source": [
6,
"bang"
],
"target": [
2,
"start"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment