jetson-multicamera-pipelines icon indicating copy to clipboard operation
jetson-multicamera-pipelines copied to clipboard

can i get multi rtsp use this repo

Open jzx-gooner opened this issue 3 years ago • 4 comments

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!

jzx-gooner avatar Nov 12 '21 03:11 jzx-gooner

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 :eyes: to this comment if that's a feature you'd be interested in)

tomasz-lewicki avatar Nov 18 '21 20:11 tomasz-lewicki

we are interested

Justsubh01 avatar Dec 27 '21 05:12 Justsubh01

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

rafix8989 avatar Mar 04 '22 13:03 rafix8989

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?

edwardnguyen1705 avatar Aug 12 '22 09:08 edwardnguyen1705