Please provide complete information as applicable to your setup.
**• Hardware Platform (Jetson / GPU) GPU
**• DeepStream Version 5.1
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only) 450.80.02
• Issue Type( questions, new requirements, bugs) bugs
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
here is my config file:
[application]
enable-perf-measurement=1
perf-measurement-interval-sec=1
[tiled-display]
enable=0
rows=2
columns=2
width=1280
height=720
#width=960
#height=640
gpu-id=0
nvbuf-memory-type=0
[source0]
enable=1
#Type - 1=CameraV4L2 2=URI 3=MultiURI
type=3
num-sources=1
uri=file://../road_truckoverload.mp4
gpu-id=0
cudadec-memtype=0
[source1]
enable=1
#Type - 1=CameraV4L2 2=URI 3=MultiURI
type=3
num-sources=1
uri=file:///opt/nvidia/deepstream/deepstream-5.1/samples/pytmp/test/videos/road_truckcover.mp4
gpu-id=0
cudadec-memtype=0
[streammux]
gpu-id=0
batch-size=4
batched-push-timeout=40000
enable-padding=1
## Set muxer output width and height
width=1280
height=720
[sink2]
enable=1
#Type - 1=FakeSink 2=EglSink 3=File 4=RTSPStreaming 5=Overlay
type=4
#1=h264 2=h265
codec=1
#encoder type 0=Hardware 1=Software
enc-type=0
sync=1
qos=1
bitrate=4000000
#H264 Profile - 0=Baseline 2=Main 4=High
#H265 Profile - 0=Main 1=Main10
profile=0
# set below properties in case of RTSPStreaming
rtsp-port=8554
udp-port=5400
source-id=0
[sink3]
enable=1
#Type - 1=FakeSink 2=EglSink 3=File 4=RTSPStreaming 5=Overlay
type=4
#1=h264 2=h265
codec=1
#encoder type 0=Hardware 1=Software
enc-type=0
sync=1
qos=1
bitrate=4000000
#H264 Profile - 0=Baseline 2=Main 4=High
#H265 Profile - 0=Main 1=Main10
profile=0
# set below properties in case of RTSPStreaming
rtsp-port=8555
udp-port=5401
source-id=1
[primary-gie]
enable=1
gpu-id=0
# Modify as necessary
model-engine-file=../models/yolo/model_b2_gpu0_int8.engine
#!batch-size=4
batch-size=2
#Required by the app for OSD, not a plugin property
bbox-border-color0=1;0;0;1
bbox-border-color1=0;1;1;1
bbox-border-color2=0;0;1;1
bbox-border-color3=0;1;0;1
gie-unique-id=1
#config-file=config_infer_primary_trafficcamnet.txt
#config-file=config_infer_primary.txt
config-file=config_infer_primary_yoloV3.txt
nvbuf-memory-type=0
interval=5
then the FPS drop to zero
**PERF: FPS 0 (Avg) FPS 1 (Avg)
**PERF: 24.25 (25.27) 26.30 (25.28)
**PERF: 23.93 (25.29) 23.14 (25.30)
**PERF: 25.75 (25.28) 28.11 (25.29)
**PERF: 25.33 (25.25) 21.57 (25.26)
**PERF: 24.86 (24.99) 27.09 (24.98)
**PERF: 0.00 (24.43) 0.00 (24.42)
**PERF: 0.00 (23.90) 0.00 (23.89)
**PERF: 0.00 (23.39) 0.00 (23.38)
**PERF: 0.00 (22.89) 0.00 (22.88)
**PERF: 0.00 (22.42) 0.00 (22.41)
**PERF: 0.00 (21.97) 0.00 (21.96)
**PERF: 0.00 (21.54) 0.00 (21.53)
**PERF: 0.00 (21.12) 0.00 (21.11)
**PERF: 0.00 (20.72) 0.00 (20.71)
Any suggestion on how to fix it would be greatly appreciated.
Thanks