How to record overlapped videos

Please discuss related issues in the DeepStream forum.

Here is video-processing-optical-flow forum.

1.Currently, setting the recorded file name is not supported. So you need to rename the file

2.How do you collect this data?

You also can monitor the memory usage if the issue caused by mem leak. please refer to DeepStream SDK FAQ - Intelligent Video Analytics / DeepStream SDK - NVIDIA Developer Forums , the script is for Jetson, but you can just have your attention on software memory usage if you are on dGPU. for dGPU, hardware memory usage, you can check nvidia-smi -l 1

3.Please wait for the sr-done signal to determine the end of recording. The usage is show in the FAQ.