[ 5347.812535] imx-ipuv3 2800000.ipu: IDMAC21's U offset is not 8-byte aligned
[ 5347.818539] imx-ipuv3 2800000.ipu: IDMAC21's V offset is not 8-byte aligned
[ 5347.824417] imx-ipuv3 2800000.ipu: IDMAC22's U offset is not 8-byte aligned
[ 5347.832372] imx-ipuv3 2800000.ipu: IDMAC22's V offset is not 8-byte aligned
Using
UYUY
as the pixel format results in:On the console. This behavior is described by https://github.com/Freescale/gstreamer-imx/issues/27
The workaround is to pre-convert ty
Y444
format before using theimxipuvideotransform
gstreamer element.