when should we expect the overlapping smart recording feature for the same source?
Thanks.
when should we expect the overlapping smart recording feature for the same source?
Thanks.
Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• 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)
**• Hardware Platform --------> L4
**• DeepStream Version ---------> 7.0
• TensorRT Version -----------> 8.5
**• NVIDIA GPU Driver Version -----> 550.67
why do you need the overlapping smart recording? could you share the scenario? please refer to this faq for the overlapping smart recording.
We will get the events to capture video recording for every 5 secs, But we want to record it for 10 seconds. So, In this case, I should definitely go back abs(current_time - event_time) + 5 seconds. But, the buffer-cache will be no more for second recording.
This is where Overlap smart recording required.
Currently, the overlapping smart recording is not supported. you may record a long video, then split the video to many overlapped clips.
Thanks.