Live: declarative processing pipeline, input -> frames -> output, toggle protected POC (#37644)

This commit is contained in:
Alexander Emelin
2021-09-09 19:19:29 +03:00
committed by GitHub
parent d19f33b52f
commit 3ee861f57e
60 changed files with 5471 additions and 96 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"ax": 1,
"string_array": ["1", "2"],
"int_array": [1, 2],
"map_with_floats": {
"key1": 2.0,
"key2": 3.0
},
"bx": null
}