app adjustments
Some checks failed
CI / Native Windows Build And Tests (push) Failing after 7s
CI / React UI Build (push) Has been cancelled
CI / Windows Release Package (push) Has been cancelled

This commit is contained in:
2026-05-03 12:03:20 +10:00
parent 44ed901e9a
commit 50bdd7b2bd
5 changed files with 228 additions and 82 deletions

View File

@@ -119,18 +119,32 @@ Current native test coverage includes:
{
"shaderLibrary": "shaders",
"serverPort": 8080,
"videoFormat": "1080p",
"frameRate": "59.94",
"autoReload": true,
"maxTemporalHistoryFrames": 12,
"enableExternalKeying": true
}
```
`videoFormat` and `frameRate` select the DeckLink capture/playout display mode. Common examples include `720p`/`50`, `720p`/`59.94`, `1080i`/`50`, `1080i`/`59.94`, `1080p`/`25`, `1080p`/`50`, `1080p`/`59.94`, and `2160p`/`59.94`, depending on card support.
The control UI is available at:
```text
http://127.0.0.1:<serverPort>
```
## Control API
The local REST control API is documented as an OpenAPI/Swagger spec:
```text
docs/openapi.yaml
```
Load that file in Swagger UI, Redoc, or another OpenAPI viewer to inspect the `/api/state`, layer control, stack preset, and reload endpoints. Live state updates are also sent over the `/ws` WebSocket.
## Shader Packages
Each shader package lives under: