Hi,
The build system is not compiling the Screen Layer module for i.MX6. When I looked inside the imx-lib tree I found following lines in screenlayer/Makefile
# list of platforms which want this test case
INCLUDE_LIST:= IMX37_3STACK IMX51 IMX53
Is there an alternative to screen layer?
Thanks
No, Screen Layer is not for imx6 and you will not need it for imx6.
Please, use PLATFORM=IMX6Q during instalation
So how do I scale and colour convert the video using the IPU?
And how do I draw a GUI layer and an overlay video layer?
Thanks
For the image post-processing(resize/CSC/rotate) inside IPU, you can use ipu device interface to do the job. And also there is an unit test named mxc_ipudev_test.out.
Sorry, with those questions I cannot help.