Trenz Electronic GmbH Support Forum

Trenz Electronic Products => Trenz Electronic FPGA Modules => Topic started by: stvo on March 19, 2017, 08:18:24 PM

Title: ZynqBerry Demo 1 Pixel format change to RGB
Post by: stvo on March 19, 2017, 08:18:24 PM
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
Title: Re: ZynqBerry Demo 1 Pixel format change to RGB
Post by: Antti Lukats on March 20, 2017, 12:05:19 PM
Linux framebuffer support only 32 bit and 16 bit formats, 24 bit is not supported.