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