i.MX8 GSTL command issue

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MX8 GSTL command issue

1,346件の閲覧回数
xu_ji1
Contributor V

Why send $GSTL v4l2src device=/dev/video1 ! vpuenc_h264 ! rtph264pay ! udpsink to i.MX8 yocto board

happened error:erroneous pipeline:no element "vpuenc_h264"

what is the right command about vpu encode?

ラベル(1)
0 件の賞賛
返信
1 返信

1,178件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Xu

according to attached Release Notes p.36 for i.MX8QM v4l2h264enc

is used, not vpuenc_h264, like:

gst-launch-1.0 v4l2src device=/dev/video0 num-buffers=300 io-mode=dmabuf ! \
'video/x-raw,format=(string)NV12,width=1920,height=1080,framerate=(fraction)30/1' ! \
queue ! v4l2h264enc output-io-mode=dmabuf-import ! \
avimux ! filesink location=test.avi

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信