Accessing fb1 on i.mx6 using QT5

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

Accessing fb1 on i.mx6 using QT5

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

On the i.mx6, fb0 can be used as the background and fb1 can be used as a foreground. I currently have video playing on fb0 using video4linux and want to overlay some controls on fb1 using QT5 and EGLFS. However, I cannot get QT5 to use fb1. I dug down into the QPA for EGLFS and found it hard coded to use /dev/fb0. However, when I changed it to /dev/fb1 QT still used /dev/fb0. I even tried changing the hard coded value to /dev/fb10 which resulted in an error message and QT proceeded to use /dev/fb0 anyway. If I force my video4linux app to use fb1(in a reduced window size) and then run my QT app I can see both on the screen. However, I need the video to be full screen with the controls over layed. Can this be done with QT?

ラベル(2)
タグ(4)
0 件の賞賛
返信
1 解決策
1,377件の閲覧回数
PrabhuSundarara
NXP Employee
NXP Employee

This is more QT specific. Please post your question in QT developer forum.

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,378件の閲覧回数
PrabhuSundarara
NXP Employee
NXP Employee

This is more QT specific. Please post your question in QT developer forum.

0 件の賞賛
返信