Skip to content

Instantly share code, notes, and snippets.

@forresto
Last active December 23, 2024 13:57
Show Gist options
  • Save forresto/ea1741c8cddafba8d956ca11e1626cdd to your computer and use it in GitHub Desktop.
Save forresto/ea1741c8cddafba8d956ca11e1626cdd to your computer and use it in GitHub Desktop.
{
"info": {
"title": "cam to gif",
"author": "forresto",
"description": "webcam to animated gif",
"url": "cam2gif",
"parents": [
"https://gist.github.com/forresto/5764f9981f251f1da8bf3df0be8cdb82",
"https://gist.github.com/forresto/ea1741c8cddafba8d956ca11e1626cdd"
]
},
"nodes": [
{
"id": 1,
"src": "meemoo:ui/button",
"x": 187,
"y": 76,
"w": 242,
"h": 61,
"state": {
"label": "add frame",
"background": "rgb(248, 137, 137)",
"color": "rgb(255, 255, 255)"
}
},
{
"id": 2,
"src": "meemoo:image/cam",
"x": 181,
"y": 246,
"w": 309,
"h": 389,
"state": {
"width": 500,
"height": 500,
"fps": 12,
"showOnionskin": true
}
},
{
"id": 3,
"src": "meemoo:variable/animation",
"x": 694,
"y": 117,
"w": 341,
"h": 559,
"state": {
"fps": 6,
"pingpong": false
}
}
],
"edges": [
{
"source": [
1,
"bang"
],
"target": [
2,
"send"
]
},
{
"source": [
2,
"image"
],
"target": [
3,
"push"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment