Hello,
I work with the Trenz demo _1 and i need to change the pixel format in the frame buffer from 32 bit ABGR to 24 bit RGB.
until now I changed in module raw_demosaic the axis data width from 32 to 24 bit and color order to RGB, in module video_resize axis data width from 32 to 24 bit .
The result is a Frame with 3/4 width and its gray scale!
So what else i have to change?
best regards
Steve
Linux framebuffer support only 32 bit and 16 bit formats, 24 bit is not supported.