Accessing fb1 on i.mx6 using QT5

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Accessing fb1 on i.mx6 using QT5

跳至解决方案
2,316 次查看
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,366 次查看
PrabhuSundarara
NXP Employee
NXP Employee

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

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,367 次查看
PrabhuSundarara
NXP Employee
NXP Employee

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

0 项奖励
回复