Allow feed labels in config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user