Last active
December 22, 2024 09:43
-
-
Save forresto/e8adf587ca597b284c68cc2a3684d72f to your computer and use it in GitHub Desktop.
multicam-composite meemoo app -- https://app.meemoo.org/#gist/e8adf587ca597b284c68cc2a3684d72f
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": { | |
"title": "two cameras and a composite image", | |
"author": "forresto", | |
"description": "inside you there are two wolves, and two webcams, and composite mode...", | |
"url": "multicam-composite" | |
}, | |
"nodes": [ | |
{ | |
"id": 4, | |
"src": "meemoo:image/cam", | |
"x": 488, | |
"y": 204, | |
"w": 260, | |
"h": 349, | |
"state": { | |
"width": 500, | |
"height": 500, | |
"fps": 30 | |
} | |
}, | |
{ | |
"id": 5, | |
"src": "meemoo:image/cam", | |
"x": 97, | |
"y": 106, | |
"w": 268, | |
"h": 350, | |
"state": { | |
"width": 500, | |
"height": 500, | |
"fps": 30 | |
} | |
}, | |
{ | |
"id": 6, | |
"src": "meemoo:image/transform", | |
"x": 869, | |
"y": 95, | |
"w": 517, | |
"h": 520, | |
"state": { | |
"width": 500, | |
"height": 500, | |
"scale": 1, | |
"translateX": 0, | |
"translateY": 0, | |
"rotate": 0, | |
"composite": "darken", | |
"smoothing": "true" | |
} | |
} | |
], | |
"edges": [ | |
{ | |
"source": [ | |
4, | |
"stream" | |
], | |
"target": [ | |
6, | |
"background" | |
] | |
}, | |
{ | |
"source": [ | |
5, | |
"stream" | |
], | |
"target": [ | |
6, | |
"image" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment