Jeremy Ronquillo | 6046ce3 | 2020-06-18 11:06:29 -0700 | [diff] [blame^] | 1 | # Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved. |
Jeremy Ronquillo | ec2d3e4 | 2020-06-05 11:33:39 -0700 | [diff] [blame] | 2 | # |
Jeremy Ronquillo | 6046ce3 | 2020-06-18 11:06:29 -0700 | [diff] [blame^] | 3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 4 | # SPDX-License-Identifier: MIT |
Jeremy Ronquillo | ec2d3e4 | 2020-06-05 11:33:39 -0700 | [diff] [blame] | 5 | |
Jeremy Ronquillo | 223db00 | 2020-06-05 10:28:22 -0700 | [diff] [blame] | 6 | [application] |
| 7 | enable-perf-measurement=1 |
| 8 | perf-measurement-interval-sec=5 |
| 9 | |
| 10 | [tiled-display] |
| 11 | enable={{ .Values.config.deepstream.display.enabled }} |
| 12 | rows=1 |
| 13 | columns=1 |
| 14 | width=900 |
| 15 | height=500 |
| 16 | gpu-id=0 |
| 17 | nvbuf-memory-type=4 |
| 18 | |
| 19 | [source0] |
| 20 | enable=1 |
| 21 | #Type - 1=CameraV4L2 2=URI 3=MultiURI 4=RTSP, 5=CSI |
| 22 | type=2 |
| 23 | uri={{ .Values.config.deepstream.source }} |
| 24 | num-sources=1 |
| 25 | #drop-frame-interval=5 |
| 26 | gpu-id=0 |
| 27 | cudadec-memtype=0 |
| 28 | |
| 29 | [source1] |
| 30 | enable=0 |
| 31 | #Type - 1=CameraV4L2 2=URI 3=MultiURI 4=RTSP, 5=CSI |
| 32 | type=2 |
| 33 | uri=file:/root/deepstream_sdk_v4.0.2_jetson/samples/streams/sample_1080p_h265.mp4 |
| 34 | num-sources=1 |
| 35 | gpu-id=0 |
| 36 | cudadec-memtype=0 |
| 37 | |
| 38 | [sink0] |
| 39 | enable=1 |
| 40 | #Type - 1=FakeSink 2=EglSink 3=File 4=RTSPStreaming 5=Overlay |
| 41 | type=5 |
| 42 | sync=0 |
| 43 | display-id=0 |
| 44 | offset-x=100 |
| 45 | offset-y=0 |
| 46 | width=900 |
| 47 | height=500 |
| 48 | overlay-id=1 |
| 49 | source-id=0 |
| 50 | |
| 51 | [sink1] |
| 52 | enable=1 |
| 53 | #Type - 1=FakeSink 2=EglSink 3=File 4=UDPSink 5=nvoverlaysink 6=MsgConvBroker |
| 54 | type=6 |
| 55 | msg-conv-config=/configs/msg_config.txt |
| 56 | msg-conv-payload-type=1 |
| 57 | msg-broker-proto-lib=/opt/nvidia/deepstream/deepstream-4.0/lib/libnvds_amqp_proto.so |
| 58 | msg-broker-config=/configs/amqp_config.txt |
| 59 | |
| 60 | [osd] |
| 61 | enable=1 |
| 62 | border-width=1 |
| 63 | text-size=0 |
| 64 | text-color=1;1;1;1; |
| 65 | text-bg-color=0.3;0.3;0.3;0 |
| 66 | font=Serif |
| 67 | show-clock=1 |
| 68 | clock-x-offset=10 |
| 69 | clock-y-offset=10 |
| 70 | clock-text-size=12 |
| 71 | clock-color=0;0;0;.8 |
| 72 | |
| 73 | [streammux] |
| 74 | live-source=1 |
| 75 | batch-size=1 |
| 76 | batched-push-timeout=40000 |
| 77 | width=1280 |
| 78 | height=720 |
| 79 | |
| 80 | [primary-gie] |
| 81 | enable=1 |
| 82 | batch-size=1 |
| 83 | bbox-border-color0=1;0;0;1 |
| 84 | bbox-border-color1=0;1;1;1 |
| 85 | bbox-border-color2=0;0;1;1 |
| 86 | bbox-border-color3=0;1;0;1 |
| 87 | interval=0 |
| 88 | gie-unique-id=1 |
| 89 | config-file=/configs/infer_config.txt |
| 90 | |
| 91 | [tracker] |
| 92 | enable=1 |
| 93 | tracker-width=480 |
| 94 | tracker-height=272 |
| 95 | ll-lib-file=/opt/nvidia/deepstream/deepstream-4.0/lib/libnvds_nvdcf.so |
| 96 | ll-config-file=/configs/tracker_config.yml |
| 97 | gpu-id=0 |
| 98 | enable-batch-process=1 |
| 99 | |