On 4/8/20 12:33 PM, Fabio Estevam wrote:
On Wed, Apr 8, 2020 at 4:28 PM Fabio Estevam <festevam@xxxxxxxxx> wrote:
Should I change the Gstreamer pipeline?
It works if I use the v4l2convert element:
gst-launch-1.0 -v v4l2src device=/dev/video1 ! v4l2convert ! kmssink
I think that works because the csc-scaler mem2mem driver is able to
provide the frame dimensions that kmssink requires, but I don't think
you need v4l2convert, I think this should work (use can-scale=false):
gst-launch-1.0 v4l2src device=/dev/video1 ! kmssink connector-id=54
name=imx-drm sync=0 can-scale=false
but use the connector-id for your display.
Steve