jetson-multicamera-pipelines
jetson-multicamera-pipelines copied to clipboard
can i get multi rtsp use this repo
nice work!
I have deploy my detection model in tensorrt and it could infer vector
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)
we are interested
is it possible to send 3-4 synchronized streams from usb cameras through the network to another computer with a small delay of 150ms?
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?