sinks
Configure output destinations. You can define multiple outputs simultaneously (e.g., display + RTSP + Kafka).
sinks:
width: 1280
height: 720
outputs:
- type: "display"
- type: "kafka"
broker: "kafka-host:9092"
topic: "detections"
| Field | Type | Default | Description |
|---|---|---|---|
width | integer | 1280 | Output frame width |
height | integer | 720 | Output frame height |
outputs | list | — | One or more output definitions (see Output Types) |