config UI updates
This commit is contained in:
@@ -1,29 +1,30 @@
|
||||
{
|
||||
"$schema": "./runtime-host.schema.json",
|
||||
"shaderLibrary": "shaders",
|
||||
"serverPort": 8080,
|
||||
"oscBindAddress": "0.0.0.0",
|
||||
"oscPort": 9000,
|
||||
"oscSmoothing": 0.18,
|
||||
"autoReload": true,
|
||||
"input": {
|
||||
"backend": "ndi",
|
||||
"device": "AIDENLAPTOP (Test Pattern)",
|
||||
"resolution": "1080p",
|
||||
"frameRate": "59.94"
|
||||
"frameRate": "59.94",
|
||||
"resolution": "1080p"
|
||||
},
|
||||
"maxTemporalHistoryFrames": 12,
|
||||
"oscBindAddress": "0.0.0.0",
|
||||
"oscPort": 9000,
|
||||
"oscSmoothing": 0.18,
|
||||
"output": {
|
||||
"backend": "ndi",
|
||||
"device": "Shader",
|
||||
"resolution": "1080p",
|
||||
"frameRate": "59.94",
|
||||
"pixelFormat": "auto",
|
||||
"keying": {
|
||||
"external": false,
|
||||
"alphaRequired": true
|
||||
}
|
||||
"alphaRequired": false,
|
||||
"external": false
|
||||
},
|
||||
"pixelFormat": "auto",
|
||||
"resolution": "1080p"
|
||||
},
|
||||
"autoReload": true,
|
||||
"maxTemporalHistoryFrames": 12,
|
||||
"previewEnabled": true,
|
||||
"previewFps": 59.94
|
||||
"previewFps": 59.94,
|
||||
"runtimeShaderId": "happy-accident",
|
||||
"serverPort": 8080,
|
||||
"shaderLibrary": "shaders"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user