I don’t want to see the output video. I’m more concerned with Bounding Boxes so how to stop the output video? I am running Deepstream_test_3 sample app. What should I do?
Whoops, sorry. If you’re working off of deepstream-test3 then you need to change your Gstreamer sink into a fakesink with something like the following:
Hi I am using deepstream_test_3.py from deepstream_python_apps and am getting same error when i try to stop video display. Did you manage to solve the problem?
I tried these suggestions with no success. #sink = Gst.ElementFactory.make(“fakesink”, “fakesink”) #sink = Gst.ElementFactory.make(“fakesink”, “fake-sink”) #sink = Gst.ElementFactory.make(“nvoverlaysink”, “nvvideo-renderer”)
Hi I am using deepstream_test_3.py from deepstream_python_apps and am getting same error when i try to stop video display. Did you manage to solve the problem?
I tried these suggestions with no success. #sink = Gst.ElementFactory.make(“fakesink”, “fakesink”) #sink = Gst.ElementFactory.make(“fakesink”, “fake-sink”) #sink = Gst.ElementFactory.make(“nvoverlaysink”, “nvvideo-renderer”)