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