Model Monitoring and Image recording on Deepstream

• Hardware Platform (Jetson / GPU)
Jetson
• DeepStream Version
7.1
• JetPack Version (valid for Jetson only)
6.1
• TensorRT Version
10.3.0.30-1
• NVIDIA GPU Driver Version (valid for GPU only)
540.4.0
• Issue Type( questions, new requirements, bugs)
questions
**• Question:
**
How can I correclty trigger image recording based on the ouptput from my model monitoring. The secondary gie triggers the process, can I access it’s results with a probe and trigger image or stream (smart record) recording direclty in the deepstream test 4 app code?
Or should I configure a downstream process (after message broker) to read the monitoring flag and record from the rtsp in a separate parrallel process?
I think the documentation is a bit limited regarding this topic.

Thank you!

Sorry for the late reply! seems that there is no sgie in C version test4, are you modifying C version test4? Yes, you can add a probe on or after the sgie src, then trigger smart recording if needed. please refer to the sample deepstream-testsr for how to use smart recording.