Xavier NX Developer kit: How to save output videos of deepstream sample application (python)

Information of setup:

  • Jetpack 4.6
  • DeepStream SDK 6.0
  • TensorRT 8.0.1.6

As mentioned in the title, I am trying to save the output files of the sample applications of DeepStream python. From what I know, I can modify the configuration group of “Sink”. But where do I go to modify it? Or is there another way of doing so?

Can you share your command line?

My current working directory is: /opt/nvidia/deepstream/deepstream-6.0/sources/deepstream_python_apps/apps/deepstream-test-1

I was trying to save the output file of the first sample test. I ran the test using the following command:
python3 deepstream_test_1.py /opt/nvidia/deepstream/deepstream-6.0/samples/streams/sample_720p.h264

I apologise for the inconvenience, as I am very new to DeepStream

You can check out the application in deepstream-opticalflow. It uses filesink with sink properties . Check if that helps.

1 Like

Hi! Thank you for your help, this is what I have been trying to look for!

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