Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can i get multi rtsp use this repo #2

Open
jzx-gooner opened this issue Nov 12, 2021 · 4 comments
Open

can i get multi rtsp use this repo #2

jzx-gooner opened this issue Nov 12, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@jzx-gooner
Copy link

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 tomasz-lewicki added the enhancement New feature or request label Nov 18, 2021
@tomasz-lewicki
Copy link
Member

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)

@Justsubh01
Copy link

we are interested

@rafix8989
Copy link

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
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants