I am developing Qt application for a embedded linux/MIPS device. So far managed to execute my Qt application on the device. Now I need to create overlays on top of video. Hardware provides four overlays windows and does not support OpenGL.
Tried so far:
QStackedLayout
and QGraphicsView
for creating overlays on top of video. But overlay appears black, though widgets on overlay responds to user click../<appname> -display directfb:/dev/fb1:2
. But it fails to open /dev/fb1.Questions:
Need urgent help regarding this.
Finally got this working. I could find the interface using which I could access the framebuffers.