When the video decoding, I found the video overlay a vertical green stripes frame, why?

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

When the video decoding, I found the video overlay a vertical green stripes frame, why?

ソリューションへジャンプ
2,389件の閲覧回数
taowang
Contributor I

When the video decoding, I found the video overlay a vertical green stripes  frame, normal frame and green striped frame has been alternately flashing. I used imx51, please help me why? how to deal with it ? thank you very much.

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
2,196件の閲覧回数
LeonardoSandova
Specialist I

Do you observer the same when using gstreamer? try playing (decoding + displaying) the file using

gst-launch playbin2 uri=file://<full path including the media file name>

If it looks bad with the above command, so there may be an issue with the HW decoder.

元の投稿で解決策を見る

0 件の賞賛
返信
5 返答(返信)
2,196件の閲覧回数
taowang
Contributor I

i used vpu lib to decode the h.264 raw data, then use v4l2 to display decoded frame. how can i get the reason to the problem?

0 件の賞賛
返信
2,197件の閲覧回数
LeonardoSandova
Specialist I

Do you observer the same when using gstreamer? try playing (decoding + displaying) the file using

gst-launch playbin2 uri=file://<full path including the media file name>

If it looks bad with the above command, so there may be an issue with the HW decoder.

0 件の賞賛
返信
2,196件の閲覧回数
LeonardoSandova
Specialist I

POst the pipeline you used (add -v to check the caps and also share this log)

0 件の賞賛
返信
2,196件の閲覧回数
hardlywhen
Contributor I

I met the same problem, could you sent the detail how to get the log?

is -v a command line parameter? which command should i do?

Do we konw  the problem is V4L2 or vpu error for sure?

0 件の賞賛
返信
2,196件の閲覧回数
LeonardoSandova
Specialist I

-v is a gst-launch parameter, and indicates to show caps for all sinks and sources.

0 件の賞賛
返信