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,236 次查看
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,043 次查看
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,043 次查看
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,044 次查看
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,043 次查看
LeonardoSandova
Specialist I

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

0 项奖励
回复
2,043 次查看
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,043 次查看
LeonardoSandova
Specialist I

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

0 项奖励
回复