NVIDIA-AI-IOT / jetson-multicamera-pipelines

158 stars 30 forks source link

can i get multi rtsp use this repo #2

Open jzx-gooner opened 2 years ago

jzx-gooner commented 2 years ago

nice work! I have deploy my detection model in tensorrt and it could infer vector,i have 8 rtsp camera,i use opencv to get the 8 rtsp camera and make the 8 images to a batch (vector),then send to the model get the inference resluts.However i find the image have delay when use opencv method. could i use this repo to get the 8 stream rtsp sync. Thank you ,very much!

tomasz-lewicki commented 2 years ago

Hi @jzx-gooner !

Right now this repo focuses on working with physical cameras. It is possible to connect:

That said, if enough people are interested this feature, we might add support for consuming RTSP streams. (You can add :eyes: to this comment if that's a feature you'd be interested in)

Justsubh01 commented 2 years ago

we are interested

rafix8989 commented 2 years ago

is it possible to send 3-4 synchronized streams from usb cameras through the network to another computer with a small delay of 150ms?

edwardnguyen1705 commented 2 years ago

Hi @tomek-l ,

Hi @jzx-gooner !

Right now this repo focuses on working with physical cameras. It is possible to connect:

  • v4l2 sources (for example: logitech C270 webcam)
  • CSI sources (for example: Raspberry Pi Camera Module).

That said, if enough people are interested this feature, we might add support for consuming RTSP streams. (You can add 👀 to this comment if that's a feature you'd be interested in)

I am also working on consuming multiple RTSP and video files (mp4, mkv, mov)simultaneously. Any update on this issue?