Skip to main content

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"
FieldTypeDefaultDescription
widthinteger1280Output frame width
heightinteger720Output frame height
outputslistOne or more output definitions (see Output Types)