Video storage in jetson using smart record in python

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) - Jetson Nano
• DeepStream Version - 6.0
• JetPack Version (valid for Jetson only) - 4.6.1-b110
• TensorRT Version - 8.2.1.8
• NVIDIA GPU Driver Version (valid for GPU only) - 10.2
• 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)

@DaneLLL

please refer this link, it a continuation of this thread

we add valve and tee component in deepstream pipeline
frames dropping working properly using valve, but it is not restarting again, could you please assist me to solve this issue

How can we run your python app? Please give us the detailed steps.

in the above code need to add rtsp url

after that just type, python3 filename.py in terminal

Hi , I’m using valve to start and stop a recording with a tee branch , but
the problem is when i set valve’s “drop” property to true , the video
recording won’t stop.

There is no update from you for a period, assuming this is not an issue anymore.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

You can not use “valve” in this way. The set “valve” drop to True from the beggining will cause the sink goes into preroll state. Preroll (gstreamer.freedesktop.org). Please unlock preroll when you want to send buffer to preroll sink.

This issue is not DeepStream related. Please refer to GStreamer resources.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.