Video stream to DeepStream

Hi there,

I am looking for a way to run the SSD object detector (in deepstream) directly on some live video stream. So for example instead of using an .mp4 file as input to the SSD object detector, use the IP of the camera in the network directly for this. Is this possible with DeepStream?

Thank you in advance.

Hi dimitrisc79by,

Yes, you can use DeepStream, there are some cases already, please refer to https://devtalk.nvidia.com/search/more/sitecommentsearch/SSD%20object/?boards=209

Hi,
Please also refer to sample config files of running IP camera(s):
https://devtalk.nvidia.com/default/topic/1058086/deepstream-sdk/how-to-run-rtp-camera-in-deepstream-on-nano/post/5366807/#5366807
https://devtalk.nvidia.com/default/topic/1058086/deepstream-sdk/how-to-run-rtp-camera-in-deepstream-on-nano/post/5367474/#5367474
It uses rtspsrc. You may simply replace URI of your camera source(s).