Is there a way to only get videofeed from multiple sources with deepstream? i dont want to do any inference? I just want the frame metadata such as frameid and source id etc.
Hi,
We can run this case. Please check source8_1080p_dec_infer-resnet_tracker_tiled_display_fp16_nano.txt. You may disable [primary-gie], [tracker], [osd] and try.
How can I disable it? And does it support multiples rtsp sources? Thanks
And what app shall I use it with? How can I use it in python??
Hi,
The reference application is deepstream-app. Please take a look at DeepStream Development Guide.
For python, you would need to check the reference apps in
And do customization to eliminate nvinfer, nvtracker, nvdsosd plugins.
thanks @DaneLLL . but could you please give me an example that how can i disable nvinfer, nvtracker and nvosd in python?
can I simply comment the following lines to disable nvinfer
this example has no tracker
and can I comment the following lines to disable nvdsosd? plus what is the use of nvdsosd?
Hi,
Or you can run gst-launch-1.0 like:
If you don’t need to run deep learning inference, you may not need to use plugins in DeepStream SDK. Can refer to
https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/accelerated_gstreamer.html#
Hi,
There is no existing patch. you need to check the source code and do customization. Remove pgie and link streammux to nvvidconv1 directly.