title: "Object Detection" log_level: 2 inputs: input1: source: /opt/edgeai-test-data/videos/video0_1280_768.h264 format: h264 width: 1280 height: 768 framerate: 30 loop: True models: model2: model_path: /opt/model_zoo/custom_model viz_threshold: 0.6 outputs: output3: sink: remote width: 1920 height: 1080 port: 8081 host: 127.0.0.1 encoding: jpeg overlay-perf-type: graph output0: sink: kmssink width: 1920 height: 1080 overlay-perf-type: graph flows: flow0: [input1,model2,output3]