Created
December 6, 2021 08:20
-
-
Save forresto/fe1edd6c702cf0492a25ddf3c15ae822 to your computer and use it in GitHub Desktop.
meemoo app: atkinson-cam
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", | |
"title": "1989 mac dithering", | |
"description": "", | |
"parents": [ | |
"https://gist.github.com/3721129", | |
"https://gist.github.com/3722026" | |
], | |
"url": "atkinson-cam" | |
}, | |
"nodes": [ | |
{ | |
"id": 0, | |
"src": "meemoo:image/cam", | |
"x": 298, | |
"y": 119, | |
"w": 356, | |
"h": 315, | |
"state": { | |
"width": 640, | |
"height": 480, | |
"fps": 20 | |
} | |
}, | |
{ | |
"id": 1, | |
"src": "meemoo:image/monochrome", | |
"x": 253, | |
"y": 499, | |
"w": 664, | |
"h": 510, | |
"state": { | |
"type": "atkinson", | |
"threshold": 0.47 | |
} | |
} | |
], | |
"edges": [ | |
{ | |
"source": [ | |
2, | |
"gif" | |
], | |
"target": [ | |
4, | |
"dataurl" | |
] | |
}, | |
{ | |
"source": [ | |
5, | |
"bang" | |
], | |
"target": [ | |
2, | |
"finalize" | |
] | |
}, | |
{ | |
"source": [ | |
6, | |
"data" | |
], | |
"target": [ | |
2, | |
"image" | |
] | |
}, | |
{ | |
"source": [ | |
0, | |
"stream" | |
], | |
"target": [ | |
1, | |
"image" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment