Skip to content

Instantly share code, notes, and snippets.

@forresto
Created December 25, 2024 14:46
Show Gist options
  • Save forresto/a62c356eef68f000dc492b57911f9edb to your computer and use it in GitHub Desktop.
Save forresto/a62c356eef68f000dc492b57911f9edb to your computer and use it in GitHub Desktop.
{
"info": {
"title": "cam to gif",
"author": "forresto",
"description": "webcam to animated gif",
"url": "save-test",
"parents": [
"https://gist.github.com/forresto/a62c356eef68f000dc492b57911f9edb"
]
},
"nodes": [
{
"id": 1,
"src": "meemoo:ui/button",
"x": 133,
"y": 111,
"w": 242,
"h": 61,
"state": {
"label": "add frame"
}
},
{
"id": 2,
"src": "meemoo:image/cam",
"x": 126,
"y": 247,
"w": 309,
"h": 389,
"state": {
"width": 500,
"height": 500,
"fps": 12,
"showOnionskin": true
}
},
{
"id": 3,
"src": "meemoo:variable/animation",
"x": 658,
"y": 86,
"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