CombineDeepstreamtest5 and Deepstreamsr

Thu Jun 1 12:07:22 2023
±----------------------------------------------------------------------------+
| NVIDIA-SMI 520.56.06 Driver Version: 520.56.06 CUDA Version: 11.8 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce … Off | 00000000:01:00.0 Off | N/A |
| N/A 39C P8 N/A / N/A | 73MiB / 6144MiB | 0% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+

±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 2550 G /usr/lib/xorg/Xorg 44MiB |
| 0 N/A N/A 9891 C+G …926892584207833979,262144 26MiB |
±----------------------------------------------------------------------------+

Deepstream version-6.2

We tried deepstreamsr and was able to save the inference output!. however can combine deepstreamtest5 and deepstreamsr.
The deepstreamsr runs with the below command line statement
$./deepstream-testsr-app rtsp://127.0.0.1/video1 --enc-type=1 --sink-type=1 --bbox-enable=1 --sr-mode=0

How to extend this for multiple RTSP URL is it possible to add the enc-type=1 --sink-type=1 --bbox-enable=1 --sr-mode=0 to the config file?

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

  1. deepstream-test5 can support multiple RTSP URL, you only need to modify the configuration file, take test5_config_file_src_infer.txt for example, [source0] means the first source, [source1] means the second source, “type=4” means RTSP.
  2. you can set enc-type and sink-type in [sinkX], please refer sink-group. you can set bbox-enable in [osd], please refer to osd-group
  3. deeptream-test5 dose not support sr-mode parameter, you can port it’s usage from test5.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.