Hello, my video data comes from the memory. When the data reaches the nvv4l2decoder, the pipeline is stuck. I try to use the output-selector element to switch the nvv4l2decoder element and it is still stuck.
Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• 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 functi
Can the normal pipleline works well? for example the pipeline below: gst-launch-1.0 filesrc location=/opt/nvidia/deepstream/deepstream/samples/streams/sample_1080p_h264.mp4 ! qtdemux ! queue ! h264parse ! nvv4l2decoder ! fakesink
Hello, I tried the following pipeline but it still didn’t work. I renegotiated it by modifying capsfilter_caps. appsrc ! h264parse ! capsfilter ! nvv4l2decoder ! appsink
I can achieve the desired effect through soft decoding avdec_h264 Example pipeline: appsrc ! h264parse ! avdec_h264 ! appsink
The above pipeline can output data without any operation, but when using nvv4l2decoder, the entire pipeline will stop reading data when the resolution of the pipeline changes.
Thank you very much for your support. After upgrading the video generation SDK, I used this pipeline to test dynamically changing the resolution successfully.
Hello, I found out when piping appsrc ! h264parse ! capsfilter nam=resolution ! nvv4l2decoder ! nvvidecoconvert ! video/x-raw,format=I420,width=1920,height=1080 ! filesink location=./out.yuv After switching the resolution, characters in the video stream will cause ghosting.
As shown in the figure, the partial effect:
Hello, I want to know how the nvv4l2decoder elements should be renegotiated, I am still stuck after trying capsfilter !nvv4l2decoder to change capsfilter _caps