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 • 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)
I need to add motion detection to record and store in .mp4 format in deepstream python?
you can modify the configuration file deepstream_app_config.txt to save mp4, please refer to opt\nvidia\deepstream\deepstream-6.1.1\samples\configs\deepstream-app\source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8_gpu1.txt
like this:
using tee and valve component with dynamic pipeline, i can able pause the recording using probe function but the empty buffers are there in recorded video,
example, I skip the frame between 20 to 30 seconds, in recorded video,
in recorded video there is an empty buffers between 20 to 30 seconds
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
there is no ready-made deepstream sample, please refer to gstreamer code samples.