• Hardware Platform (Jetson / GPU)
Nvidia RTX A2000 • DeepStream Version
6.0.1 • TensorRT Version
8.0.1-1 • NVIDIA GPU Driver Version (valid for GPU only)
470.86
Hello,
I have some question about cropping source frames by using src-crop in nvvideoconvert.
I was testing a few sources - usb, rtsp and file.
For usb - no problems, cropping source frames works great.
In the rtsp and file case - nvvideoconvert props are set, I can see it in my pipeline.png.
Stream is working the frames are not cropped.
I have found many topicks about the problem but did not find any solution.
The easiest way to reproduce the issue is to run deepstream-imagedata-multistream and just add the line:
I have also tested the rtspsrc in GstBin - this configuration is working.
The problem occurs when I’m using uridecodebin - but only if the converting process is realized in GstBin.
Edit:
Why I need it inside?
Cause if I will have 2 different sources - I want to crop it different way.
All right, I have found the solution for the problem.
Dont know why but using Gst.Bin as sink to the streammux does not work.
Finally I have append the uridecodebin inside Gst.Bin, converters and caps filter for every stream are outside of GstBin.
You can take a look at the pipeline and see the differencess between the first pipeline I have added.