Multi-display on yocto-linux

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

Multi-display on yocto-linux

1,279件の閲覧回数
charleshuang
Senior Contributor II

We would like to multi-display on 3 different interface, HDMI、LCD and LVDS

We use this command to play video on specific framebuffer

"gst-launch filesrc location=/test.avi typefind=true ! aiurdemux ! queue ! vpudec ! mfw_v4lsink device=/dev/video16"

We found that if we put lvds on fb1

Using the above-mentioned command, it can play video correctly on specific framebuffer(fb1).

But if we found that if we play video on fb2(hdmi), the video size on fb2 is not correct

Could you tell me how to solve this problem?

thanks

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

987件の閲覧回数
qiang_li-mpu_se
NXP Employee
NXP Employee

Hi Charles, the fb1 is the overlay, so it can be any resolution, for fb2, it is the main display, so its resolution is fixed, for this case, the mfw_v4lsink can only render in full screen mode. If you want to play video in window mode on main frame buffer, you can use the mfw_isink.

But the mfw_isink performance is poor than mfw_v4lsink, because it need combine the video with main frame buffer.

0 件の賞賛
返信