Created
November 26, 2021 16:53
-
-
Save mrtj/25c5792102e1bbdbab008e511af887a6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
"interfaces": [ | |
{ | |
"name": "interface", | |
"category": "business_logic", | |
"asset": "code_asset", | |
"inputs": [ | |
{ | |
"name": "video_in", | |
"type": "media" | |
}, | |
{ | |
"name": "threshold", | |
"type": "float32" | |
} | |
], | |
"outputs": [ | |
{ | |
"description": "Video stream output", | |
"name": "video_out", | |
"type": "media" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment