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 function description)
• 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)
Sample GStreamer command lines have already been provided above.
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
I’m not sure on what this means. But the issue is in the proprietary nvvideoconvert GStreamer element shipped by deepstream.
Yes, that may be true for the dest-crop case. But without that and using the original pipelines specifying the pixel-aspect-ratio=1/1, the actual pixel-aspect-ratio of the content is definitely not 1/1. This is a bug.
we suggest using dest-crop of nvvideoconvert to do scaling with keeping the original image aspect ratio.
Or there is another solution. nvstreammux supports scaling with padding.