NVIDIA-AI-IOT / yolo_deepstream

yolo model qat and deploy with deepstream&tensorrt
Apache License 2.0
533 stars 135 forks source link

how to detect mutil rtsp streams? how to change the config? when i use 2 rtsp steams,its fps got very low. the method i used is one rtsp - one [source] - one[sinlk] #29

Closed lzh1998-jansen closed 6 months ago

lzh1998-jansen commented 1 year ago

how to detect mutil rtsp streams? how to change the config? when i use 2 rtsp steams,its fps got very low. the method i used is one rtsp - one [source] - one[sinlk]

wanghr323 commented 1 year ago

@wyw1267

wyw1267 commented 1 year ago

You can modify the config para in the deepstream_app_config_yolo.txt.

[source0]
enable=1
#Type - 1=CameraV4L2 2=URI 3=MultiURI
type=4
uri=rtsp://...
num-sources=1
gpu-id=0
nvbuf-memory-type=0
#max Latency of rtp buffers to
#buffer at the source in ms (milliseconds)
#Default=100ms
latency=100

[source1]
enable=1
#Type - 1=CameraV4L2 2=URI 3=MultiURI
type=4
uri=rtsp://...
num-sources=1
gpu-id=0
nvbuf-memory-type=0
#max Latency of rtp buffers to
#buffer at the source in ms (milliseconds)
#Default=100ms
latency=100
...
fc-camel commented 1 year ago

how to detect mutil rtsp streams? how to change the config? when i use 2 rtsp steams,its fps got very low. the method i used is one rtsp - one [source] - one[sinlk]

Can you raise topic in the DeepStream forum and provide detailed information for this question? https://forums.developer.nvidia.com/c/accelerated-computing/intelligent-video-analytics/deepstream-sdk/15

wanghr323 commented 6 months ago

close as no feedback for long time