Hi Nvidia Team,
I am running the Yolov3 model e Inference on Jetson Nano using DeepStream SDK 5.1 with 4 Cameras(3 are RTSP and one is Webcam). But during the Inference, the pixels get distorted for RTSP Cameras. The image of the same have been attached below.
I am not sure why there is a Pixel Distortion for RTSP Cameras.
I am attaching the Config below:
[application]
enable-perf-measurement=1
perf-measurement-interval-sec=1
[tiled-display]
enable=1
rows=2
columns=2
width=1280
height=720
gpu-id=0
nvbuf-memory-type=0
[source0]
enable=1
type=1
num-sources=1
gpu-id=0
camera-width=640
camera-height=480
camera-fps-n=20
camera-fps-d=1
camera-v4l2-dev-node=0
cudadec-memtype=0
[source1]
enable=1
type=4
uri=rtsp://[admin:sl123456@192.168.1.251:554/streaming/channels/102](http://admin:sl123456@192.168.1.251:554/streaming/channels/102)
num-sources=1
gpu-id=0
cudadec-memtype=0
[source2]
enable=1
type=4
uri=rtsp://[admin:admin123@192.168.1.252:554/cam/realmonitor?channel=1&subtype=1](http://admin:admin123@192.168.1.252:554/cam/realmonitor?channel=1&subtype=1)
num-sources=1
gpu-id=0
cudadec-memtype=0
[source3]
enable=1
type=4
uri=rtsp://[admin:admin123@192.168.1.253:554/cam/realmonitor?channel=1&subtype=1](http://admin:admin123@192.168.1.253:554/cam/realmonitor?channel=1&subtype=1)
num-sources=1
gpu-id=0
cudadec-memtype=0
[sink0]
enable=1
type=2
sync=0
source-id=0
gpu-id=0
nvbuf-memory-type=0
#[sink1]
#enable=1
#Type - 1=FakeSink 2=EglSink 3=File
#type=2
#sync=0
#source-id=1
#gpu-id=0
#nvbuf-memory-type=0
[sink2]
enable=1
#Type - 1=FakeSink 2=EglSink 3=File
type=2
sync=0
source-id=2
gpu-id=0
nvbuf-memory-type=0
[osd]
enable=1
gpu-id=0
border-width=1
text-size=15
text-color=1;1;1;1;
text-bg-color=0.3;0.3;0.3;1
font=Serif
show-clock=0
clock-x-offset=800
clock-y-offset=820
clock-text-size=12
clock-color=1;0;0;0
nvbuf-memory-type=0
[streammux]
gpu-id=0
live-source=0
batch-size=1
batched-push-timeout=40000
width=1920
height=1080
enable-padding=0
nvbuf-memory-type=0
[primary-gie]
enable=1
gpu-id=0
gie-unique-id=1
nvbuf-memory-type=0
config-file=config_infer_primary.txt
[tests]
file-loop=0
• Hardware Platform (Jetson / GPU): Jetson Nano
• DeepStream Version: 5.1
• JetPack Version (valid for Jetson only): 4.5
• TensorRT Version: 7.1.3
May I know how to resolve this issue?
Thanks,
Darshan