How can I change the duration of stored video in VST?

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU):jetson orin nano
• DeepStream Version:7.1
• JetPack Version (valid for Jetson only):6.1
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)

How can I change the duration of video storage in VST? I want to store it every hour. But when I try to change the duration in VST’s record settings, it always fails. It still records every minute.

You can change “total_video_storage_size_MB” in below config file.

ubuntu@ubuntu:~$ cat /opt/nvidia/jetson/services/vst/config/vst_storage.json 
{
    "data_path": "/data/vst-volume/data/",
    "video_path": "/data/vst-volume/video/",
    "total_video_storage_size_MB": 10000
}

No, I mean that VST stores 60 seconds of video by default, and I want the video to be longer each time.

Why you need change the duration of the video clips in your project?

Because I think the 60-second clip is too short and not convenient to view and use.

You can view the recorded video in the VST UI. Can you share your use case in your project?