Enable Smart Record

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson AGX Xavier)
• DeepStream5.0
• JetPack Version (v4.4)
**• TensorRT Version(7.10)
• Issue Type( questions)

How to enable/trigger smart record on deepstream-nvds-analytics apps? Tried but failed. The file did not generate.
I attached my config file and the deepstream app as reference.

thank you.
deepstream_nvdsanalytics.cpp (56.3 KB)
config_nvdsanalytics.txt (2.8 KB)

The smart recording is only supported in deepstream-app and deepstream-test5 samples. Smart Video Record — DeepStream 6.1.1 Release documentation

So there’s no way implemented it in the nvdsanalytics sample app?

but this example show implementation of nvdsanalytics and smart record.

There is smart recording APIs description in the document Smart Video Record — DeepStream 6.1.1 Release documentation, deepstream-app and deepstream-test5 are open source, you can find the usage of the smart recording APIs in the codes.

The link you listed is based on deepstream-test5.