Questions about HDMI output in i.MX 8M Mini EVK

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Questions about HDMI output in i.MX 8M Mini EVK

跳至解决方案
1,309 次查看
GeorgeChou
Contributor I

I make a SD boot card(imx-image-full-imx8mmevk.wic) and boot EVK using the SD card. Then I plug a camera on EVK and it shows a uvc device.

I launch the following gstreamer command and output video on HDMI screen successfully.

gst-launch-1.0 v4l2src device=/dev/video1 ! 'video/x-raw, framerate=30/1, width=(int)640, \
height=(int)480, format=(string)YUY2' ! autovideosink

 

I want to output the video from uvc device to HDMI with Mjpeg type, but I launch the following gstreamer command fail.

gst-launch-1.0 v4l2src device=/dev/video1 ! 'image/jpeg,width=1920,height=1080,framerate=30/1' ! \
vpudec output-format=4 ! imxipuvideotransform ! imxg2dvideosink sync=false

The error message show as follow.

error.png

What is wrong?

 

0 项奖励
回复
1 解答
1,294 次查看
joanxie
NXP TechSupport
NXP TechSupport

imx8mm gstreamer doesn't have imxipuvideotransform, before you use the plugins, you can use the gst-inspect-1.0 xxx to check if current gstreamer supports this or not

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,295 次查看
joanxie
NXP TechSupport
NXP TechSupport

imx8mm gstreamer doesn't have imxipuvideotransform, before you use the plugins, you can use the gst-inspect-1.0 xxx to check if current gstreamer supports this or not

0 项奖励
回复
1,286 次查看
GeorgeChou
Contributor I

Hi Joanxie,

Thanks for your reply.

0 项奖励
回复