Allow feed labels in config

This commit is contained in:
Johanness
2026-05-24 21:28:11 +03:00
parent 58f9f7edaf
commit 102b1fb95f
5 changed files with 40 additions and 5 deletions
+10
View File
@@ -59,6 +59,16 @@ Run with an existing feed config:
./build-sdk/mxl_multiviewer --perf --grid 4x4 --config /tmp/feeds_config.json
```
Each feed object can include an optional `label` field to override the tile UI text:
```json
{
"domain": "/tmp/mxl",
"flow": "853a9cda-0f7a-4b48-b2df-b3f628440150",
"label": "Camera 1"
}
```
Useful probe flags:
```bash