Hi I would like to have matrix GUI application upon saLoopBack
I understand that saLoopBack cannot be used with Qt Application because both uses /dev/fbo
Hence by previous post suggestion I changed in saLoopBack to open /dev/fb1 device
I get this error
root@dm814x-evm:/usr/bin# ./saLoopBack
VPSS_GRPX : please stop grpx0 before continue.
Driver Name: ti81xxvin
Driver bus info: TI81xx Platform
Driver is capable of doing capture
VPSS_DCTRL: failed to disable the venc.
VPSS_DCTRL: failed to disable hdmi venc
saLoopBack:
Mode set is 720P60
VPSS_DCTRL: stop venc before changing mode
Driver Name:
Driver bus info: Ð@@`
=============================================================
Capture Format:
=============================================================
fmt.type = 1
fmt.width = 1280
fmt.height = 720
fmt.pixelformat = 1448695129
fmt.bytesperline = 2560
fmt.sizeimage = 1843200
=============================================================
=============================================================
Display Format:
=============================================================
fmt.type = 2
fmt.width = 1280
fmt.height = 720
fmt.pixelformat = 1448695129
fmt.bytesperline = 2560
fmt.sizeimage = 1843200
=============================================================
Segmentation fault
root@dm814x-evm:/usr/bin#
What changes are to be done in saLoopBack to support use /dev/fb1? I want Graphcis to be on top of video?