Hi Victor,
When I start the demo tutorial3_es20, the dada format in /dev/fb0 change from IPU_PIX_FMT_BGR32 to IPU_PIX_FMT_GPU32_SRT which is tiled format. So I can't take a screenshot by reading the data in /dev/fb0. This situation only appears on i.MX6dp, In our i.MX6d board, the data format in /dev/fb0 is IPU_PIX_FMT_BGR32.
And I think that it's the prefetch and resolve engine in i.MX6dp affect the format in fb.
BTW: We use the 3.14.52 version of the Linux kernel.
Thanks!