NVIDIA-AI-IOT / face-mask-detection

Face Mask Detection using NVIDIA Transfer Learning Toolkit (TLT) and DeepStream for COVID-19
MIT License
241 stars 94 forks source link

multi-stream deepstream pipeline #1

Closed muhammadabdullah34907 closed 3 years ago

muhammadabdullah34907 commented 4 years ago

how to run multi-stream RTSP pipeline ?

ClaudioCampuzano commented 4 years ago

need modify deepstream_app_source1_video_masknet_gpu.txt or deepstream_app_source1_camera_masknet_gpu.txt and add another source, example:

[source0] enable=1

Type - 1=CameraV4L2 2=URI 3=MultiURI

type=4 num-sources=1 uri=rtsp://... gpu-id=0

[source1] enable=1

Type - 1=CameraV4L2 2=URI 3=MultiURI

type=4 num-sources=1 uri=rtsp://... gpu-id=0

And modify the tiled-display, so that the number of columns and rows match the number of sources:

[tiled-display] enable=1 rows=1 columns=2 width=1280 #640 height=960 #480 gpu-id=0

ak-nv commented 3 years ago

Closing as no activity for more than 15 days. Please reopen if any issues.