0

So my situation is I have a gstreamer pipeline (deepstream more precisely), that runs from C++ program, I have a function that checks user commands and I'm able to pause/resume pipeline that way. My question is there way to get screenshot from pipeline's videostream likewise?

1 Answers1

0

If you are looking to check if the video is making it through your pipeline, use the "identity dump=1" element in your pipeline. This will display frames in a hexdump manner if the video is actually making through at the point at which this identity element is inserted.

John Hassell
  • 19
  • 2
  • 5