How to save some part of a stream depending on inference results

I want to save some parts of the video stream depending on inference results in python. I mean:

  • The video stream’s length is 30 seconds.
  • First object detection frame is the second X.
  • Last object detection frame is the second Y.

I want only to save the video stream between X and Y seconds. I need Nvidia Smart Video Recorder capability for Python.

• DeepStream Version 6.0.1
• Python 3.6.9

smart recording can’t be used in python because of no python binding.
please refer to c sample deepstream-testsr.

I’m closing this topic due to there is no update from you for a period, assuming this issue was resolved.
If still need the support, please open a new topic. Thanks

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