How do I obtain a decoded H264 frame from Gstreamer on i.MX6

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

How do I obtain a decoded H264 frame from Gstreamer on i.MX6

ソリューションへジャンプ
1,045件の閲覧回数
ralph__
Contributor IV

I have a gstreamer pipeline that displays decoded H264 video on /dev/video17 (i.e. my HDMI output).

My question is, how do I capture decoded H264 frames? Ideally I'd like all the frames to be copied to /dev/fb0 but I tried that and it doesn't work.

Is there a way for an application to get the decoded H264 frames from the gstreamer pipeline?

Thanks,

Ralph

ラベル(4)
タグ(3)
0 件の賞賛
返信
1 解決策
726件の閲覧回数
ralph__
Contributor IV

Okay I have this working now. There is an imx gstreamer element called mfw_ipucsc which can do hardware colourspace conversion and the output of this can be fed to an appsink for an application to handle.

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
727件の閲覧回数
ralph__
Contributor IV

Okay I have this working now. There is an imx gstreamer element called mfw_ipucsc which can do hardware colourspace conversion and the output of this can be fed to an appsink for an application to handle.

0 件の賞賛
返信