Please provide complete information as applicable to your setup.
• Hardware Platform (GPU)
**• DeepStream Version 6.3 ** • JetPack Version (valid for Jetson only) • TensorRT Version 8.5.3 • NVIDIA GPU Driver Version 535 (valid for GPU only) • Issue Type( questions) • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing) • Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Do SmartRecord support record for multi stream?
Do you need to pass different session ids when recording from different sources? because recording might be started while the same session is actively recording for another source…
I try set sessionId to pass NvDsSRStart for but NvDsSRSessionId is always 0.
Will Smart record has open source in nex release Deepstream 7.0?
If you are using the “NvDsSRCreate()” and “NvDsSRStart()” APIs, the API can only records one stream for one context(NvDsSRContext). You need to create different contexts with
“NvDsSRCreate()” for different sources. The " fileNamePrefix" can be set to different names when using “NvDsSRCreate()” for different sources. Then you can identify them.