imx6q use gstreamer1.0 plugins imxvideoconvert_ipu alpha is allways 0

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

imx6q use gstreamer1.0 plugins imxvideoconvert_ipu alpha is allways 0

跳至解决方案
1,252 次查看
adorable
Contributor III

Using Imx6q-kernel4.9.88-gstreamer1.0-plugins-imxvideoconvert_ipu to convert from NV12 to RGBA.

The pipeline as follows:

gst-launch-1.0 videotestsrc num-buffers=1 ! video/x-raw,format=NV12,width=640,height=480,framerate=30/1 ! imxvideoconvert_ipu ! video/x-raw,format=RGBA,alpha=1.0 ! filesink location=hy.data

That's OK.And the hy.data is OK.But the hy.data's all A(alpha)=0 and RGB is ok.

But I use videoconvet to replaease imxvideoconvert_ipu using alpha=1.0, ALL is OK.

My question:How to use imxvideoconvert_ipu  to convert to RGBA with the currect alpha?

0 项奖励
回复
1 解答
1,218 次查看
adorable
Contributor III

Ipu is not support alpha.

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,219 次查看
adorable
Contributor III

Ipu is not support alpha.

0 项奖励
回复
1,236 次查看
adorable
Contributor III

gst-inspect-1.0 imxcompositor_g2d
No such element or plugin 'imxcompositor_g2d'

0 项奖励
回复
1,248 次查看
joanxie
NXP TechSupport
NXP TechSupport

pls refer to the chapter 7.3.16 Video composition, try to use imxcompositor_g2d

0 项奖励
回复